testing travis-ci #5

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 04:15:11 +02:00
parent 219e321760
commit 23626fdd6b
1 changed files with 12 additions and 25 deletions

View File

@ -1,27 +1,14 @@
matrix: language: cpp
include: dist: trusty
- language: cpp compiler:
dist: trusty - clang
compiler: os:
- clang - linux
os: script:
- linux - cd build
script: - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cd build - make
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
- language: cpp
dist: trusty
compiler:
- clang
os:
- linux
# ruby: 2.2.0
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
notifications: notifications:
email: email:
- phundrak@phundrak.fr - phundrak@phundrak.fr