[Travis] Added missing portib extraction

This commit is contained in:
Maschell 2018-05-26 13:54:08 +02:00
parent 28f2316da0
commit c427deb40e

View File

@ -25,6 +25,7 @@ addons:
before_install:
- mkdir -p "${PORTLIBREPOS}"
- mkdir -p "${DEVKITPRO}"
- 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
- 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