xenia-canary/.travis.yml

21 lines
497 B
YAML
Raw Normal View History

2014-07-18 02:38:14 +00:00
language: cpp
compiler:
- clang
# - gcc don't really care
os:
- linux
- osx # beta only
# Run setup to build ninja/gyp/etc and actually build xenia.
before_script:
- travis_retry ./xenia-build.py setup
- ./xenia-build.py build --debug alloy-test
- ./xenia-build.py build --debug alloy-ppc-test
2014-07-18 02:38:14 +00:00
# Run test suite.
script:
- ./build/xenia/Debug/alloy-test
2014-09-11 00:48:43 +00:00
- ./build/xenia/Debug/alloy-ppc-test --runtime_backend=ivm
- ./build/xenia/Debug/alloy-ppc-test --runtime_backend=x64