updated travis
This commit is contained in:
parent
23626fdd6b
commit
a7dea16a86
39
.travis.yml
39
.travis.yml
@ -1,13 +1,42 @@
|
|||||||
|
sudo: false
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler:
|
compiler: gcc
|
||||||
- clang
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
- make
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user