Update .travis.yml for new devkitpro r48 location

This commit is contained in:
Marcus Huderle 2018-06-06 00:07:47 -05:00
parent 0b09575fd4
commit 300428d540

View File

@ -3,7 +3,8 @@ dist: trusty
sudo: false sudo: false
env: env:
global: global:
- DEVKITARM=$HOME/devkitARM - DEVKITPRO=$HOME
- DEVKITARM=$DEVKITPRO/devkitARM
addons: addons:
apt: apt:
packages: packages:
@ -13,12 +14,11 @@ cache:
apt: true apt: true
install: install:
- pushd $HOME - pushd $HOME
- travis_retry wget https://downloads.sourceforge.net/project/devkitpro/devkitARM/devkitARM_r47/devkitARM_r47-x86_64-linux.tar.bz2 - travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r48/devkitARM_r48-linux.tar.xz
- tar xf devkitARM*.tar.bz2 - tar xJf devkitARM*.tar.xz
- travis_retry git clone https://github.com/pret/agbcc.git - travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR - cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
- popd - popd
matrix: matrix:
include: include:
- os: linux - os: linux