Making alloy-test run on travis (in theory).

This commit is contained in:
Ben Vanik
2014-08-23 22:44:49 -07:00
parent d242e37d84
commit 33ff2744ce
4 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,10 @@ os:
# Run setup to build ninja/gyp/etc and actually build xenia.
before_script:
- travis_retry ./xenia-build.py setup
- ./xenia-build.py build --debug
#- ./xenia-build.py build --debug
- ./third_party/ninja/ninja -C build/xenia/Debug alloy-test
# Run test suite.
script: ./test/run-tests.sh
script:
- ./build/xenia/Debug/alloy-test
#- ./test/run-tests.sh