From d938b9b3bcfd33ad98521e8298b1e4a1e0f8a31b Mon Sep 17 00:00:00 2001 From: DrChat Date: Sat, 16 Dec 2017 16:51:11 -0600 Subject: [PATCH] [Travis] Disable full Xenia build (for now) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9cf2329d4..8e62c4bae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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).