Correcting (copypasted) travis.yml

master
dmatetelki 10 years ago
parent 1bb145b8ed
commit d7a68257cf

@ -9,11 +9,9 @@ env:
- BUILD_TYPE=Release - BUILD_TYPE=Release
install: install:
- cmake -Hprojects/CMake -BBuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE - cmake .
- cd Build
- make - make
- cd ..
script: script:
- cd Build - cd test
- test_bin - test_bin
Loading…
Cancel
Save