testing travis-ci #6
This commit is contained in:
parent
fc38f1c741
commit
7f4ec0dc7f
14
.travis.yml
14
.travis.yml
@ -6,7 +6,10 @@ matrix:
|
|||||||
- 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