[Travis] Enable full Xenia build on linux

This commit is contained in:
DrChat
2017-12-20 16:27:01 -06:00
parent 7b956d3c04
commit 9395b73217
7 changed files with 34 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ script:
# - if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-cpu-ppc-tests --log_file=stdout; fi
# Build all of xenia.
#- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi
# All tests (without haswell support).
#- ./xenia-build test --config=debug --no-build -- --enable_haswell_instructions=false
# All tests (with haswell support).