forked from mercedes-benz/sechub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildDoc
More file actions
executable file
·24 lines (20 loc) · 826 Bytes
/
Copy pathbuildDoc
File metadata and controls
executable file
·24 lines (20 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
set -e
cd `dirname $0`
# 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.
#
./buildExecutables
echo
echo "********************************************************************"
echo "* Collect runtime information about some started artefacts"
echo "********************************************************************"
./gradlew integrationtest
echo
echo "********************************************************************"
echo "* Build documents + pages by using static and former collected info"
echo "********************************************************************"
./gradlew documentation-with-pages