[Travis] Fixed the building

This commit is contained in:
Maschell 2018-05-26 13:08:30 +02:00
parent bfc5532b4e
commit 98863c56f5

View File

@ -29,6 +29,7 @@ before_install:
- yes | sudo dkp-pacman -Syu devkitPPC
install:
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
- cd $PORTLIBREPOS
- ((git clone https://github.com/Maschell/dynamic_libs.git -b lib && (7z x -y ./dynamic_libs/libs/portlibs.zip -o${DEVKITPRO})) || (cd dynamic_libs && git pull))
- (git clone https://github.com/Maschell/libutils.git || (cd libutils && git pull))