[travis] Enable ppc gentest and tests
This commit is contained in:
parent
23353173fe
commit
02dd9254b1
|
@ -50,6 +50,7 @@ before_script:
|
||||||
- if [[ $BUILD == true ]]; then sudo dpkg -i libvulkan1_$LIBVULKAN_VERSION+dfsg1-1_amd64.deb libvulkan-dev_$LIBVULKAN_VERSION+dfsg1-1_amd64.deb; fi
|
- if [[ $BUILD == true ]]; then sudo dpkg -i libvulkan1_$LIBVULKAN_VERSION+dfsg1-1_amd64.deb libvulkan-dev_$LIBVULKAN_VERSION+dfsg1-1_amd64.deb; fi
|
||||||
# Prepare environment (pull dependencies, build tools).
|
# Prepare environment (pull dependencies, build tools).
|
||||||
- travis_retry ./xenia-build setup
|
- travis_retry ./xenia-build setup
|
||||||
|
- if [[ $BUILD == true ]]; then ./third_party/binutils/build.sh; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run linter.
|
# Run linter.
|
||||||
|
@ -59,8 +60,9 @@ script:
|
||||||
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-base-tests; fi
|
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-base-tests; fi
|
||||||
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-base-tests; fi
|
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-base-tests; fi
|
||||||
# Build and run ppc tests.
|
# Build and run ppc tests.
|
||||||
|
- if [[ $BUILD == true ]]; then ./xenia-build gentests; fi
|
||||||
- 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
|
||||||
|
|
||||||
# Build all of xenia.
|
# Build all of xenia.
|
||||||
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi
|
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi
|
||||||
|
|
Loading…
Reference in New Issue