[Travis] Disable full Xenia build (for now)

This commit is contained in:
DrChat 2017-12-16 16:51:11 -06:00
parent 3e9d1f1fe4
commit d938b9b3bc
1 changed files with 1 additions and 1 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).