From bd61f6296a9c6a6445b945c49d55ce6fc0fee88a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 19 Nov 2017 10:58:47 +0100 Subject: [PATCH] Final adjustments to the travis script (really) --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68cec89..faa7528 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,18 +20,22 @@ addons: - p7zip-full before_install: + - mkdir -p $DEVKITPRO + - cd $DEVKITPRO - wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl - mkdir -p $DEVKITTMP + - cd $DEVKITTMP - git clone https://github.com/Maschell/dynamic_libs.git -b lib install: + - cd $DEVKITPRO - perl devkitPPCupdatePPCr29.pl - cd $DEVKITTMP/dynamic_libs - 7z x -y ./libs/portlibs.zip -o${DEVKITPRO} - make && make install before_script: -- cd $TRAVIS_BUILD_DIR/ + - cd $TRAVIS_BUILD_DIR/ script: - make