diff options
author | Jack Lloyd <[email protected]> | 2016-08-19 16:06:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-19 16:06:47 -0400 |
commit | bcce9b9a2aff295aa43dd95495bfcf3c918a3967 (patch) | |
tree | 91d3c9684899b15b754255bd338d7008d10309ff /src/scripts/ci/circle/gcc-shared-debug.sh | |
parent | 61547da39fe61de133cf9dfd0018c180c51baba4 (diff) | |
parent | ada03cce297a65f7a3aeb8ec1101c6093bd64733 (diff) |
Merge GH #596: PKCS #11 in CircleCI builds
Diffstat (limited to 'src/scripts/ci/circle/gcc-shared-debug.sh')
-rwxr-xr-x | src/scripts/ci/circle/gcc-shared-debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/circle/gcc-shared-debug.sh b/src/scripts/ci/circle/gcc-shared-debug.sh index 4f5ed1b6d..b65ce805f 100755 --- a/src/scripts/ci/circle/gcc-shared-debug.sh +++ b/src/scripts/ci/circle/gcc-shared-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 +./configure.py --with-build-dir="$BUILD_DIR" --with-debug --with-pkcs11 make -j 2 -f "$BUILD_DIR"/Makefile "$BUILD_DIR"/botan-test |