summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-27 00:41:58 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-27 00:41:58 -0400
commitb02ab0a0ba3725b8b2c68ca0a973a2a9b0b1c7c7 (patch)
tree55a0e995e2de5065e3305965bae6eddb8672ce7d
parentea12b5af0bd9c808a4a14016c89bd21a52fad13c (diff)
downloadcryptopp-git-b02ab0a0ba3725b8b2c68ca0a973a2a9b0b1c7c7.tar.gz
Tune Travis configuration
Now that the jobs are running we can start fixing the little issues
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index fd86436c..08e94ef2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,30 +22,24 @@ env:
- BUILD_JOBS=2
matrix:
- - BUILD_MODE="shared"
- - BUILD_MODE="static"
+ - BUILD_MODE="all"
- BUILD_MODE="no-asm"
- BUILD_MODE="asan"
- BUILD_MODE="ubsan"
- - BUILD_MODE="valgrind"
exclude:
# Skip GCC on OS X entirely
- os: osx
compiler: gcc
- # The sanitizer builds under Clang run the tests very
- # slowly and cause CI timeouts.
+ # The sanitizer builds under Clang are very slow.
- compiler: clang
env: BUILD_MODE="asan"
- compiler: clang
env: BUILD_MODE="ubsan"
- - compiler: clang
- env: BUILD_MODE="valgrind"
script:
- - make clean &>/dev/null && make
- - ./cryptest.exe v && ./cryptest.exe tv all
+ - make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
# whitelist branches to avoid testing feature branches twice
branches: