aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-08-19 21:21:44 +0200
committerGitHub <[email protected]>2016-08-19 21:21:44 +0200
commitea810f6f4e00f511c2fde307e69d56755904f64e (patch)
tree33632411c686aa899915b6b646c13a660f3395d4 /src/scripts
parentf26dfb3572aaab003e0c80002615d190488fb613 (diff)
Enable PKCS#11 module in Travis CI builds
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/ci/travis/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/ci/travis/build.sh b/src/scripts/ci/travis/build.sh
index b3267ee70..35bff74df 100755
--- a/src/scripts/ci/travis/build.sh
+++ b/src/scripts/ci/travis/build.sh
@@ -32,18 +32,18 @@ fi
if [ "$TARGETOS" = "ios32" ]; then
./configure.py "${CFG_FLAGS[@]}" --cpu=armv7 --cc=clang \
--cc-abi-flags="-arch armv7 -arch armv7s -stdlib=libc++" \
- --prefix=/tmp/botan-installation
+ --with-pkcs11 --prefix=/tmp/botan-installation
elif [ "$TARGETOS" = "ios64" ]; then
./configure.py "${CFG_FLAGS[@]}" --cpu=armv8-a --cc=clang \
--cc-abi-flags="-arch arm64 -stdlib=libc++" \
- --prefix=/tmp/botan-installation
+ --with-pkcs11 --prefix=/tmp/botan-installation
else
$CXX --version
./configure.py "${CFG_FLAGS[@]}" --cc="$CC" --cc-bin="$CXX" \
--with-bzip2 --with-lzma --with-openssl --with-sqlite --with-zlib \
- --prefix=/tmp/botan-installation
+ --with-pkcs11 --prefix=/tmp/botan-installation
fi
# build