updated travis

This commit is contained in:
Phuntsok Drak-pa 2018-04-08 15:13:40 +02:00
parent 23626fdd6b
commit a7dea16a86
1 changed files with 38 additions and 9 deletions

View File

@ -1,13 +1,42 @@
sudo: false
language: cpp language: cpp
dist: trusty
compiler: matrix:
- clang include:
os: - os: linux
- linux dist: trusty
script: compiler: gcc
- cd build script:
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cd build
- make - cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
- os: linux
dist: trusty
compiler: clang
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
- os: linux
dist: trusty
compiler: gcc
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
- os: linux
dist: trusty
compiler: clang
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
- os: osx
compiler: clang
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
notifications: notifications:
email: email: