1 linking and running tests for travis.

This commit is contained in:
Ben Vanik
2016-01-01 20:54:36 +00:00
parent c93b93fe55
commit 5fb2c7cca1
2 changed files with 34 additions and 24 deletions

View File

@@ -37,6 +37,9 @@ script:
- ./xenia-build lint --all
# Run style checker.
#- ./xenia-build style
# Build and run our simple hello world test.
- ./xenia-build build --config=debug --target=xenia-base-tests
- ./build/bin/Linux/Debug/xenia-base-tests
# Build all of xenia.
#- ./xenia-build build --config=debug
# All tests (without haswell support).