From ca596ed538d134e0ef00f9abb7980d5d28181406 Mon Sep 17 00:00:00 2001 From: DrChat Date: Thu, 14 Dec 2017 19:41:57 -0600 Subject: [PATCH] [Travis] Enable full Xenia builds --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 241431eaf..17880a922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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).