Travis script changes

This commit is contained in:
Maschell 2017-11-19 10:55:46 +01:00
parent 47262b205f
commit 95c40f1033

View File

@ -7,8 +7,8 @@ os:
env: 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