summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-14 23:01:27 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-14 23:01:27 -0400
commit3a0c08aacbc19524c6c2f66aff0e94529c96000b (patch)
treefb3f93096b0cbc29365dadfdf07e290282972c76 /.travis.yml
parentdd7bbb55cb337540dd4b112904980d2d4f13d9c3 (diff)
downloadcryptopp-git-3a0c08aacbc19524c6c2f66aff0e94529c96000b.tar.gz
Add cryptest-pem.sh to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f5ff6e8..546bed8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,7 @@ env:
- BUILD_MODE="debug"
- BUILD_MODE="asan"
- BUILD_MODE="ubsan"
+ - BUILD_MODE="pem"
matrix:
@@ -58,6 +59,10 @@ matrix:
- BUILD_OS=osx
- BUILD_MODE=cmake
- os: linux
+ - os: linux
+ env:
+ - BUILD_OS=linux
+ - BUILD_MODE=pem
env:
- BUILD_OS=linux
- BUILD_MODE=android
@@ -220,6 +225,9 @@ script:
CXXFLAGS="-DDEBUG -g2 -O1" make -j "$BUILD_JOBS"
./cryptest.exe v
./cryptest.exe tv all
+ elif [[ "$BUILD_MODE" == "pem" ]]; then
+ cp TestScripts/cryptest-pem.sh .
+ bash cryptest-pem.sh
else
make "$BUILD_MODE" -j "$BUILD_JOBS"
./cryptest.exe v