Fix .travis.yml
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
language: generic
|
language: generic
|
||||||
dist: bionic
|
dist: bionic
|
||||||
sudo: false
|
sudo: false
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- DEVKITPRO=$HOME
|
||||||
|
- DEVKITARM=$DEVKITPRO/devkitARM
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@@ -11,6 +15,8 @@ cache:
|
|||||||
apt: true
|
apt: true
|
||||||
install:
|
install:
|
||||||
- pushd $HOME
|
- pushd $HOME
|
||||||
|
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r52/devkitARM_r52-linux.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 && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
|
- cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
|
||||||
- popd
|
- popd
|
||||||
|
|||||||
Reference in New Issue
Block a user