Turn off PowerPC tests on travis for now

This commit is contained in:
DrChat 2017-02-11 00:20:41 -06:00
parent 6d4b06c08f
commit 5f33349943
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ script:
- ./build/bin/Linux/Debug/xenia-base-tests - ./build/bin/Linux/Debug/xenia-base-tests
# Build and run ppc tests # Build and run ppc tests
- ./xenia-build build --config=debug --target=xenia-cpu-ppc-tests - ./xenia-build build --config=debug --target=xenia-cpu-ppc-tests
- ./build/bin/Linux/Debug/xenia-cpu-ppc-tests --logfile=stdout # - ./build/bin/Linux/Debug/xenia-cpu-ppc-tests --log_file=stdout
# TODO(DrChat): Enable builds in the future. # TODO(DrChat): Enable builds in the future.
# Build all of xenia. # Build all of xenia.