mirror of
https://github.com/wiiu-env/libgui.git
synced 2024-11-15 04:45:06 +01:00
[Travis] Fixed the building
This commit is contained in:
parent
bfc5532b4e
commit
98863c56f5
@ -29,6 +29,7 @@ before_install:
|
|||||||
- yes | sudo dkp-pacman -Syu devkitPPC
|
- yes | sudo dkp-pacman -Syu devkitPPC
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
||||||
- cd $PORTLIBREPOS
|
- 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/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))
|
- (git clone https://github.com/Maschell/libutils.git || (cd libutils && git pull))
|
||||||
|
Loading…
Reference in New Issue
Block a user