mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-10 01:15:06 +01:00
Hopefully fixing the travis script
This commit is contained in:
parent
8c2687aabf
commit
283f84d96a
@ -48,13 +48,13 @@ install:
|
|||||||
- make -j8
|
- make -j8
|
||||||
- make install
|
- make install
|
||||||
- cd $DEVKITTMP
|
- cd $DEVKITTMP
|
||||||
- rm *
|
- rm -rf *
|
||||||
- git clone https://github.com/Maschell/libutils.git
|
- git clone https://github.com/Maschell/libutils.git
|
||||||
- cd libutils
|
- cd libutils
|
||||||
- make -j8
|
- make -j8
|
||||||
- make install
|
- make install
|
||||||
- cd $DEVKITTMP
|
- cd $DEVKITTMP
|
||||||
- rm *
|
- rm -rf *
|
||||||
- git clone https://github.com/Maschell/libgui.git
|
- git clone https://github.com/Maschell/libgui.git
|
||||||
- cd libgui/libs
|
- cd libgui/libs
|
||||||
- 7z x -y portlibs.zip
|
- 7z x -y portlibs.zip
|
||||||
@ -63,7 +63,7 @@ install:
|
|||||||
- make -j8
|
- make -j8
|
||||||
- make install
|
- make install
|
||||||
- cd $DEVKITTMP
|
- cd $DEVKITTMP
|
||||||
- rm *
|
- rm -rf *
|
||||||
- cd $DEVKITPRO
|
- cd $DEVKITPRO
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user