Trying travis build. Will fail.
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
4
test/run-tests.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# TODO(benvanik): tests :)
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user