Trying travis build. Will fail.
This commit is contained in:
parent
ec4f41fec4
commit
3197198cf2
|
@ -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
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# TODO(benvanik): tests :)
|
||||||
|
exit 0
|
Loading…
Reference in New Issue