forked from mercedes-benz/sechub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildDoc
executable file
·23 lines (19 loc) · 1.05 KB
/
buildDoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# This script build full documentation and also creates all precondition parts
# So users can checkout from github and call this.
#
# You can either call this script directly or use gradle : "./gradlew buildDoc" from
# repository root folder.
#
echo "********************************************************************"
echo "* Build software artifacts - necessary as precondition"
echo "********************************************************************"
./gradlew ensureLocalhostCertificate build buildGo -x :sechub-integrationtest:test
echo "********************************************************************"
echo "* Collect runtime information about some started artefacts"
echo "********************************************************************"
./gradlew integrationtest
echo "********************************************************************"
echo "* Build documents + pages by using static and former collected info"
echo "********************************************************************"
./gradlew documentation-with-pages