testing travis-ci #6
This commit is contained in:
parent
fc38f1c741
commit
7f4ec0dc7f
18
.travis.yml
18
.travis.yml
@ -3,10 +3,13 @@ matrix:
|
|||||||
- language: cpp
|
- language: cpp
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler:
|
compiler:
|
||||||
-clang
|
- clang
|
||||||
os:
|
os:
|
||||||
-linux
|
- linux
|
||||||
script: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make
|
script:
|
||||||
|
- cd build
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
|
- make
|
||||||
- language: cpp
|
- language: cpp
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler:
|
compiler:
|
||||||
@ -14,4 +17,11 @@ matrix:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
# ruby: 2.2.0
|
# ruby: 2.2.0
|
||||||
script: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make
|
script:
|
||||||
|
- cd build
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
- make
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- phundrak@phundrak.fr
|
||||||
|
Loading…
Reference in New Issue
Block a user