diff options
author | martmists <mail@martmists.com> | 2020-04-22 04:03:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 04:03:02 +0200 |
commit | f3b2b5865a8c5d3549fddfacb69da3cfb2d7d025 (patch) | |
tree | 9f55955120315b5c43eb437d367c815cbf000347 | |
parent | 2c3be236e9cced1f90fa73b6f31ce3a9b2f8c1bd (diff) | |
parent | b4eaf3c0d81c1b4897640607aba5acc170ffcde7 (diff) |
Merge branch 'master' into pikalax_work
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 70e86dc2..867a5198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ language: c install: - sudo apt update - sudo apt install binutils-arm-none-eabi wine - - wget $TOOLS_URL + # 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 - - wget $ROM_URL - - mv "baserom.nds?dl=1" baserom.nds script: - export LM_LICENSE_FILE="$(pwd)/tools/mwccarm/license.dat" |