summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-26 09:41:15 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-26 09:41:15 -0400
commit4f5dd74286b26bd0b3ba5f20ad7b2ac2d3aa0a32 (patch)
tree1cef2f28fb32d765ed0999d0a902bfec163d3d8a /.travis.yml
parent3bb801101f7f6eaea51cbb6a7ba0ae5349885b99 (diff)
downloadcryptopp-git-4f5dd74286b26bd0b3ba5f20ad7b2ac2d3aa0a32.tar.gz
Update Travis config file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 29fab278..ab8cab0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
dist: trusty
sudo: false
-# OS X only supports one image. Us the latest.
+# OS X only supports one image. Use the latest.
osx_image: xcode8.2
git:
@@ -36,7 +36,6 @@ env:
# The sanitizer builds under Clang run the tests very
# slowly and cause CI timeouts.
-
- compiler: clang
env: BUILD_MODE="asan"
- compiler: clang
@@ -44,10 +43,22 @@ env:
- compiler: clang
env: BUILD_MODE="valgrind"
+script:
+ - make clean &>/dev/null && make
+ - ./cryptest.exe v && ./cryptest.exe tv all
+
# whitelist branches to avoid testing feature branches twice
branches:
only:
- master
+addons:
+ sonarqube: true
+
+ coverity_scan:
+ project:
+ name: "cryptopp"
+ build_command: "make -j 2"
+
#notifications:
# email: jdoe@example.com