Trying travis build. Will fail.

This commit is contained in:
Ben Vanik 2014-07-17 19:38:14 -07:00
parent ec4f41fec4
commit 3197198cf2
2 changed files with 20 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
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
# Run test suite.
script: ./test/run-tests.sh

4
test/run-tests.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# TODO(benvanik): tests :)
exit 0