diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 80b176fc8..d62305f93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ env: - BUILD_MODE="shared" - BUILD_MODE="static" - BUILD_MODE="bsi" + - BUILD_MODE="nist" - BUILD_MODE="sanitizer" - BUILD_MODE="coverage" - BUILD_MODE="cross-arm32" @@ -50,7 +51,7 @@ matrix: - os: osx compiler: gcc - # Run docs, bsi, coverage, valgrind, sonarqube, sanitizer, + # Run docs, bsi, nist, coverage, valgrind, sonarqube, sanitizer, # minimized and non-ARM cross builds on Linux/gcc only. The # sanitizer builds under Clang run the tests very slowly and cause # CI timeouts. @@ -58,6 +59,8 @@ matrix: - compiler: clang env: BUILD_MODE="bsi" - compiler: clang + env: BUILD_MODE="nist" + - compiler: clang env: BUILD_MODE="docs" - compiler: clang env: BUILD_MODE="coverage" |