mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-25 19:24:16 +01:00
Update devkitPro version in Travis
This commit is contained in:
parent
6857b73ee3
commit
6c1cb7219e
@ -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 New Issue
Block a user