Skip to content

Commit d258d5a

Browse files
committed
[travis] Enable ppc gentest and tests
1 parent c79463d commit d258d5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ before_script:
5454
- if [[ $BUILD == true ]]; then sudo dpkg -i libvulkan1_$LIBVULKAN_VERSION+dfsg1-1ubuntu1~16.04.1_amd64.deb libvulkan-dev_$LIBVULKAN_VERSION+dfsg1-1ubuntu1~16.04.1_amd64.deb; fi
5555
# Prepare environment (pull dependencies, build tools).
5656
- travis_retry ./xenia-build setup
57+
- if [[ $BUILD == true ]]; then ./third_party/binutils/build.sh; fi
5758

5859
script:
5960
# Run linter.
@@ -63,8 +64,9 @@ script:
6364
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-base-tests; fi
6465
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-base-tests; fi
6566
# Build and run ppc tests
67+
- if [[ $BUILD == true ]]; then ./xenia-build gentests; fi
6668
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-cpu-ppc-tests; fi
67-
# - if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-cpu-ppc-tests --log_file=stdout; fi
69+
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-cpu-ppc-tests --log_file=stdout; fi
6870

6971
# Build all of xenia.
7072
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi

third_party/binutils/build.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)