testing travis-ci #5

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:20:35 +02:00
parent 807c93c28b
commit d571b6b6ab
1 changed files with 17 additions and 8 deletions

View File

@ -1,8 +1,17 @@
language: cpp matrix:
dist: trusty include:
compiler: - language: cpp
- clang dist: trusty
os: compiler:
- linux -clang
ruby: 2.2.0 os:
script: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -linux
script: cd build && 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