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/clang-shared-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci/circle/clang-shared-debug.sh') diff --git a/src/scripts/ci/circle/clang-shared-debug.sh b/src/scripts/ci/circle/clang-shared-debug.sh index 5f38cad7c..c3f6cb9fc 100755 --- a/src/scripts/ci/circle/clang-shared-debug.sh +++ b/src/scripts/ci/circle/clang-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-info --cc=clang +./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --cc=clang --with-pkcs11 make -j 2 -f "$BUILD_DIR"/Makefile "$BUILD_DIR"/botan-test -- cgit v1.2.3