From ada03cce297a65f7a3aeb8ec1101c6093bd64733 Mon Sep 17 00:00:00 2001 From: Daniel Neus Date: Fri, 19 Aug 2016 21:42:33 +0200 Subject: Enable PKCS#11 module in Circle CI builds --- src/scripts/ci/circle/gcc-sanitizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci/circle/gcc-sanitizer.sh') 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 -- cgit v1.2.3