testing travis-ci #5
This commit is contained in:
parent
219e321760
commit
23626fdd6b
37
.travis.yml
37
.travis.yml
@ -1,27 +1,14 @@
|
||||
matrix:
|
||||
include:
|
||||
- language: cpp
|
||||
dist: trusty
|
||||
compiler:
|
||||
- clang
|
||||
os:
|
||||
- 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
|
||||
language: cpp
|
||||
dist: trusty
|
||||
compiler:
|
||||
- clang
|
||||
os:
|
||||
- linux
|
||||
script:
|
||||
- cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
- make
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- phundrak@phundrak.fr
|
||||
email:
|
||||
- phundrak@phundrak.fr
|
||||
|
Loading…
Reference in New Issue
Block a user