diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 18:26:37 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 18:26:37 -0400 |
commit | 776d1ef8924dc9c46574b883b362294d7bb6d94b (patch) | |
tree | d76ef7b263db620053fe51bb374b15568e176cf2 | |
parent | 769dd106961e7fec7dc481cd4783939806e31376 (diff) | |
parent | 325fc7a60292a13b5f0370e59f88f609594472c1 (diff) |
Merge branch 'finish_header' of github.com:PikalaxALT/pokediamond into finish_header
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..70e86dc2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +dist: xenial + +language: c + +install: + - sudo apt update + - sudo apt install binutils-arm-none-eabi wine + - wget $TOOLS_URL + - 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" + - make + +notifications: + email: false |