Travis: Only do linting for now.

This commit is contained in:
Dr. Chat 2016-06-13 18:48:56 -05:00
parent 84f62eaa70
commit 5feebbf41a
1 changed files with 3 additions and 2 deletions

View File

@ -49,9 +49,10 @@ script:
- ./xenia-build lint --all
# Run style checker.
#- ./xenia-build style
# TODO(DrChat): Enable builds in the future.
# Build and run our simple hello world test.
- ./xenia-build build --config=debug --target=xenia-base-tests
- ./build/bin/Linux/Debug/xenia-base-tests
# - ./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).