mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-27 22:24:15 +01:00
Fixed travis script
This commit is contained in:
parent
07fb90ce2d
commit
502c2fa801
@ -20,12 +20,14 @@ addons:
|
||||
- p7zip-full
|
||||
|
||||
before_install:
|
||||
- cd $HOME
|
||||
- wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl
|
||||
- mkdir -p $DEVKITTMP
|
||||
- cd $DEVKITTMP
|
||||
- git clone https://github.com/Maschell/dynamic_libs.git -b lib
|
||||
|
||||
install:
|
||||
- cd $HOME
|
||||
- perl devkitPPCupdatePPCr29.pl
|
||||
- cd $DEVKITTMP/dynamic_libs
|
||||
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
||||
|
Loading…
Reference in New Issue
Block a user