Making alloy-test run on travis (in theory).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user