mirror of
https://github.com/Maschell/libutils.git
synced 2024-12-28 12:51:51 +01:00
Final adjustments to the travis script (really)
This commit is contained in:
parent
95c40f1033
commit
bd61f6296a
@ -20,18 +20,22 @@ addons:
|
|||||||
- p7zip-full
|
- p7zip-full
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- mkdir -p $DEVKITPRO
|
||||||
|
- cd $DEVKITPRO
|
||||||
- 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 $DEVKITPRO
|
||||||
- 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 install
|
- make && make install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd $TRAVIS_BUILD_DIR/
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user