-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made buildDoc script work again #2562
we use sechub-developertools/scripts/sdc.sh script
- Loading branch information
Showing
1 changed file
with
3 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,6 @@ | ||
#!/bin/bash | ||
#!/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 | ||
# Build everything including documentation | ||
sechub-developertools/scripts/sdc.sh -b |