Update devkitPro version in Travis
This commit is contained in:
parent
6857b73ee3
commit
6c1cb7219e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cache:
|
||||||
apt: true
|
apt: true
|
||||||
install:
|
install:
|
||||||
- pushd $HOME
|
- pushd $HOME
|
||||||
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r49/devkitARM_r49-linux.tar.xz
|
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r50/devkitARM_r50-linux.tar.xz
|
||||||
- tar xJf devkitARM*.tar.xz
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue