mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-18 00:29:21 +01:00
[General] Fixed the travis script
Added missing addon (p7zip-full)
This commit is contained in:
parent
9723b2f400
commit
17cb04b142
@ -13,6 +13,11 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- ${DEVKITPRO}
|
- ${DEVKITPRO}
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- p7zip-full
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p "${DEVKITPRO}"
|
- mkdir -p "${DEVKITPRO}"
|
||||||
- wget http://download.sourceforge.net/devkitpro/devkitPPC_r29-1-x86_64-linux.tar.bz2 -O devkitPPC-linux.tar.bz2
|
- wget http://download.sourceforge.net/devkitpro/devkitPPC_r29-1-x86_64-linux.tar.bz2 -O devkitPPC-linux.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user