[Travis] Enable full Xenia builds

This commit is contained in:
DrChat 2017-12-14 19:41:57 -06:00
parent bef9cbf252
commit ca596ed538
1 changed files with 1 additions and 2 deletions

View File

@ -65,9 +65,8 @@ script:
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-cpu-ppc-tests; fi
# - if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-cpu-ppc-tests --log_file=stdout; fi
# TODO(DrChat): Enable builds in the future.
# Build all of xenia.
#- ./xenia-build build --config=debug
- 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).