mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-11 17:19:06 +01:00
[Travis] fix
This commit is contained in:
parent
a22288b2f1
commit
1cfc5b28b4
@ -31,11 +31,12 @@ addons:
|
||||
before_install:
|
||||
- mkdir -p "${DEVKITPRO}"
|
||||
- mkdir -p "${PORTLIBREPOS}"
|
||||
- 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
|
||||
- cd $DEVKITPRO
|
||||
- wget https://github.com/devkitPro/installer/releases/download/v2.1.0/devkitPPCupdate.pl -O devkitPPCupdate.pl
|
||||
- wget https://github.com/devkitPro/installer/releases/download/v2.1.0/devkitARMupdate.pl -O devkitARMupdate.pl
|
||||
|
||||
install:
|
||||
- 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
|
||||
install:
|
||||
- cd $DEVKITPRO
|
||||
- perl devkitPPCupdate.pl
|
||||
- perl devkitARMupdate.pl
|
||||
|
Loading…
x
Reference in New Issue
Block a user