travis: Update WUT_ROOT temporary location

This commit is contained in:
Ash Logan 2019-04-09 19:25:27 +10:00
parent 592110eeb3
commit b7a12a04a7

View File

@ -32,7 +32,7 @@ script:
- cd "$TRAVIS_BUILD_DIR"
# Build wut
- make -j4 install DESTDIR=wut_install
- export WUT_ROOT=$PWD/wut_install
- export WUT_ROOT=$PWD/wut_install/opt/devkitpro/wut
# Build tests
- echo Tests disabled for now
# - cd tests