[Travis] Enable full Xenia builds
This commit is contained in:
parent
bef9cbf252
commit
ca596ed538
|
@ -65,9 +65,8 @@ script:
|
||||||
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-cpu-ppc-tests; fi
|
- 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
|
# - 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.
|
# Build all of xenia.
|
||||||
#- ./xenia-build build --config=debug
|
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi
|
||||||
# All tests (without haswell support).
|
# All tests (without haswell support).
|
||||||
#- ./xenia-build test --config=debug --no-build -- --enable_haswell_instructions=false
|
#- ./xenia-build test --config=debug --no-build -- --enable_haswell_instructions=false
|
||||||
# All tests (with haswell support).
|
# All tests (with haswell support).
|
||||||
|
|
Loading…
Reference in New Issue