testing travis-ci #6

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:24:12 +02:00
parent fc38f1c741
commit 7f4ec0dc7f
1 changed files with 14 additions and 4 deletions

View File

@ -3,10 +3,13 @@ matrix:
- language: cpp
dist: trusty
compiler:
-clang
- clang
os:
-linux
script: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make
- linux
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
- language: cpp
dist: trusty
compiler:
@ -14,4 +17,11 @@ matrix:
os:
- linux
# ruby: 2.2.0
script: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
notifications:
email:
- phundrak@phundrak.fr