mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-24 13:09:15 +01:00
Travis script changes
This commit is contained in:
parent
47262b205f
commit
95c40f1033
12
.travis.yml
12
.travis.yml
@ -8,7 +8,7 @@ env:
|
|||||||
global:
|
global:
|
||||||
- DEVKITPRO=$HOME/devkitPro
|
- DEVKITPRO=$HOME/devkitPro
|
||||||
- DEVKITPPC=${DEVKITPRO}/devkitPPC
|
- DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||||
- DEVKITTMP=${DEVKITPRO}/tmp
|
- DEVKITTMP=$HOME/tmpFolder
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@ -20,21 +20,19 @@ addons:
|
|||||||
- p7zip-full
|
- p7zip-full
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- cd $HOME
|
|
||||||
- wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl
|
- wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl
|
||||||
- mkdir -p $DEVKITTMP
|
- mkdir -p $DEVKITTMP
|
||||||
- cd $DEVKITTMP
|
|
||||||
- git clone https://github.com/Maschell/dynamic_libs.git -b lib
|
- git clone https://github.com/Maschell/dynamic_libs.git -b lib
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd $HOME
|
|
||||||
- perl devkitPPCupdatePPCr29.pl
|
- perl devkitPPCupdatePPCr29.pl
|
||||||
- cd $DEVKITTMP/dynamic_libs
|
- cd $DEVKITTMP/dynamic_libs
|
||||||
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
||||||
- make
|
- make && make install
|
||||||
- make install
|
|
||||||
|
before_script:
|
||||||
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd $HOME
|
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user