Skip to content

Commit

Permalink
made buildDoc script work again #2562
Browse files Browse the repository at this point in the history
we use sechub-developertools/scripts/sdc.sh script
  • Loading branch information
sven-dmlr committed Oct 25, 2023
1 parent ee679ad commit 6c53ef3
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions buildDoc
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

0 comments on commit 6c53ef3

Please sign in to comment.