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 - language: cpp
dist: trusty dist: trusty
compiler: compiler:
-clang - clang
os: os:
-linux - linux
script: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
- language: cpp - language: cpp
dist: trusty dist: trusty
compiler: compiler:
@ -14,4 +17,11 @@ matrix:
os: os:
- linux - linux
# ruby: 2.2.0 # 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