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
c8d9c726
Unverified
Commit
c8d9c726
authored
Jun 04, 2018
by
Erik Faye-Lund
Committed by
GitHub
Jun 04, 2018
Browse files
Merge pull request #3 from kusma/pacman
Pacman
parents
8d0802b9
28e6e488
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c8d9c726
...
...
@@ -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
:
...
...
examples/Makefile
View file @
c8d9c726
...
...
@@ -14,7 +14,7 @@ endif
DEVKITARM
=
$(DEVKITPRO)
/devkitARM
LIBGBA
=
$(DEVKITPRO)
/libgba
export
PATH
:=
$(DEVKITARM)
/bin:
$(PATH)
export
PATH
:=
$(DEVKITARM)
/bin:
$(
DEVKITPRO)
/tools/bin:
$(
PATH)
PIMPMOBILE
=
..
...
...
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