Skip to content

Commit

Permalink
travis: use pacman to install devkitPro
Browse files Browse the repository at this point in the history
  • Loading branch information
kusma committed Jun 4, 2018
1 parent 8d0802b commit bd9630f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ cache:
- $HOME/devkitPro

install:
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl &&
perl devkitARMupdate.pl
- export DEVKITPRO=$HOME/devkitPro
- wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb &&
sudo dpkg -i devkitpro-pacman.deb
- sudo dkp-pacman --noconfirm -S gba-dev
- export DEVKITPRO=/opt/devkitpro
- pip install --user cpp-coveralls

script:
Expand Down

0 comments on commit bd9630f

Please sign in to comment.