Enabled running of openmw test suite.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
actorid
Lukasz Gromanowski 12 years ago
parent 977da3eeb8
commit 86457ce488

@ -1,6 +1,10 @@
language: cpp language: cpp
compiler: compiler:
- gcc - gcc
branches:
only:
- master
- travis_ci_test
before_install: before_install:
- pwd - pwd
- git submodule update --init --recursive - git submodule update --init --recursive
@ -24,11 +28,10 @@ before_script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1 -DBUILD_WITH_CODE_COVERAGE=1 -DBUILD_UNITTESTS=1 - cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1 -DBUILD_WITH_CODE_COVERAGE=1 -DBUILD_UNITTESTS=1
script: "make -j4" script:
branches: - make -j4
only: after_script:
- master - openmw_test_suite
- travis_ci_test
notifications: notifications:
recipients: recipients:
- lgromanowski+travis.ci@gmail.com - lgromanowski+travis.ci@gmail.com

Loading…
Cancel
Save