Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
bd9630ff
Commit
bd9630ff
authored
Jun 04, 2018
by
Erik Faye-Lund
Browse files
travis: use pacman to install devkitPro
parent
8d0802b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
bd9630ff
...
@@ -7,9 +7,10 @@ cache:
...
@@ -7,9 +7,10 @@ cache:
-
$HOME/devkitPro
-
$HOME/devkitPro
install
:
install
:
-
wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl &&
-
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb &&
perl devkitARMupdate.pl
sudo dpkg -i devkitpro-pacman.deb
-
export DEVKITPRO=$HOME/devkitPro
-
sudo dkp-pacman --noconfirm -S gba-dev
-
export DEVKITPRO=/opt/devkitpro
-
pip install --user cpp-coveralls
-
pip install --user cpp-coveralls
script
:
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment