aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/circle/gcc-sanitizer.sh
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-08-19 21:42:33 +0200
committerDaniel Neus <[email protected]>2016-08-19 21:42:33 +0200
commitada03cce297a65f7a3aeb8ec1101c6093bd64733 (patch)
treeb1609872bb5423c48cc0be0bb5393733b23e6afb /src/scripts/ci/circle/gcc-sanitizer.sh
parentf26dfb3572aaab003e0c80002615d190488fb613 (diff)
Enable PKCS#11 module in Circle CI builds
Diffstat (limited to 'src/scripts/ci/circle/gcc-sanitizer.sh')
-rwxr-xr-xsrc/scripts/ci/circle/gcc-sanitizer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/circle/gcc-sanitizer.sh b/src/scripts/ci/circle/gcc-sanitizer.sh
index 27d7268d9..e743d66af 100755
--- a/src/scripts/ci/circle/gcc-sanitizer.sh
+++ b/src/scripts/ci/circle/gcc-sanitizer.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 --with-sanitizer
+./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --with-sanitizer --with-pkcs11
make -j 2 -f "$BUILD_DIR"/Makefile
"$BUILD_DIR"/botan-test