diff options
author | Jack Lloyd <[email protected]> | 2017-01-05 19:35:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-05 19:37:12 -0500 |
commit | eb1ff608cc119564eb48d33dbb8fe567bddab9f0 (patch) | |
tree | 5ed7453a0a3df4c3ebe1a419c5c982f962ec4e79 /.travis.yml | |
parent | 194bf02ec1c1a5abb9f5767d26d898810658ec34 (diff) |
Add basic NIST policy
Just my best reckoning of what is NIST approved, may have errors.
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" |