[Travis] One last fix

This commit is contained in:
Maschell 2018-05-26 12:34:22 +02:00
parent db46400fae
commit 4b0f58b781

View File

@ -22,6 +22,7 @@ addons:
before_install:
- mkdir -p "${PORTLIBREPOS}"
- mkdir -p "${DEVKITPRO}"
- main_cwd=$(pwd)
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -O /tmp/devkitpro-pacman.deb; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
- yes | sudo dkp-pacman -Syu devkitPPC
@ -33,5 +34,5 @@ install:
- (cd dynamic_libs && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make))
script:
- cd "$HOME"
- cd $main_cwd
- make && make install