diff options
author | Jack Lloyd <[email protected]> | 2016-12-04 19:40:10 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-04 19:40:10 -0500 |
commit | f2cc15d0edff931ae0121a82f1eca98ceced3989 (patch) | |
tree | 39593fb2ac72033fda5efd7c753cd2eb272886e8 /src/scripts/ci/circle/gcc-static-debug.sh | |
parent | b5b928f28c48d545282fe5b3367fcb6d30c5e323 (diff) |
Fix CircleCI build
Diffstat (limited to 'src/scripts/ci/circle/gcc-static-debug.sh')
-rwxr-xr-x | src/scripts/ci/circle/gcc-static-debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/circle/gcc-static-debug.sh b/src/scripts/ci/circle/gcc-static-debug.sh index 3a8900fb4..d6908fa4e 100755 --- a/src/scripts/ci/circle/gcc-static-debug.sh +++ b/src/scripts/ci/circle/gcc-static-debug.sh @@ -5,6 +5,6 @@ which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if avai BUILD_NICKNAME=$(basename "$0" .sh) BUILD_DIR="./build-$BUILD_NICKNAME" -./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --via-amalgamation --with-pkcs11 +./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --amalgamation --with-pkcs11 make -j 2 -f "$BUILD_DIR"/Makefile "$BUILD_DIR"/botan-test |