Making alloy-test run on travis (in theory).
This commit is contained in:
parent
d242e37d84
commit
33ff2744ce
|
@ -10,7 +10,10 @@ os:
|
||||||
# Run setup to build ninja/gyp/etc and actually build xenia.
|
# Run setup to build ninja/gyp/etc and actually build xenia.
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry ./xenia-build.py setup
|
- 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.
|
# Run test suite.
|
||||||
script: ./test/run-tests.sh
|
script:
|
||||||
|
- ./build/xenia/Debug/alloy-test
|
||||||
|
#- ./test/run-tests.sh
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'alloy',
|
'alloy',
|
||||||
'xenia',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'alloy',
|
'alloy',
|
||||||
'xenia',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|
Loading…
Reference in New Issue