Skip to content

Commit 60f1236

Browse files
committed
toolchains in /opt/devkitpro
1 parent 1c7e54f commit 60f1236

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.travis.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
language: c
2-
3-
sudo: false
4-
5-
cache:
6-
directories:
7-
- /home/travis/devkitPro
8-
9-
before_install:
10-
# Prepare devkitARM update
11-
- export DEVKITPRO=/home/travis/devkitPro
12-
- export DEVKITARM=${DEVKITPRO}/devkitARM
13-
- mkdir -p $DEVKITPRO
14-
- cd $DEVKITPRO
15-
- wget -N https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl
16-
-
17-
18-
install:
19-
- cd $DEVKITPRO
20-
# Install or update devkitARM if it's cached
21-
- perl devkitARMupdate.pl
22-
- cd $TRAVIS_BUILD_DIR
23-
24-
script:
25-
- make
1+
language: c
2+
3+
sudo: false
4+
5+
cache:
6+
directories:
7+
- /home/travis/devkitPro
8+
9+
before_install:
10+
# Prepare devkitARM update
11+
- export DEVKITPRO=/opt/devkitpro
12+
- export DEVKITARM=${DEVKITPRO}/devkitARM
13+
- mkdir -p $DEVKITPRO
14+
- cd $DEVKITPRO
15+
- wget -N https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl
16+
-
17+
18+
install:
19+
- cd $DEVKITPRO
20+
# Install or update devkitARM if it's cached
21+
- perl devkitARMupdate.pl
22+
- cd $TRAVIS_BUILD_DIR
23+
24+
script:
25+
- make

0 commit comments

Comments
 (0)