Hopefully fixing the travis script

This commit is contained in:
Maschell 2017-10-29 12:19:50 +01:00
parent 8c2687aabf
commit 283f84d96a

View File

@ -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: