blob: 867a5198de4f392dfb2fbabda71418d7b6e8fbb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
dist: xenial
language: c
install:
- sudo apt update
- sudo apt install binutils-arm-none-eabi wine
# These files are only accessible from Travis CI IP Addresses to prevent piracy.
- wget http://private.martmists.com/mwccarm.zip
- wget http://private.martmists.com/baserom.nds
- unzip mwccarm.zip
- mv mwccarm tools
script:
- export LM_LICENSE_FILE="$(pwd)/tools/mwccarm/license.dat"
- make
notifications:
email: false
|