Attempt to fix the travis build.
This commit is contained in:
parent
0307946844
commit
5801966b6d
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ install:
|
|||
- pushd $HOME
|
||||
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r52/devkitARM_r52-linux.tar.xz
|
||||
- tar xJf devkitARM*.tar.xz
|
||||
- cd devkitARM && wget https://raw.githubusercontent.com/devkitPro/devkitarm-rules/master/base_tools
|
||||
- cd ..
|
||||
- travis_retry git clone https://github.com/pret/agbcc.git
|
||||
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
|
||||
- popd
|
||||
|
|
Loading…
Reference in a new issue