diff options
author | martmists <mail@martmists.com> | 2020-04-19 23:27:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 23:27:04 +0200 |
commit | 325fc7a60292a13b5f0370e59f88f609594472c1 (patch) | |
tree | 4b590f57e137404d734e3fd0310eff4e60821587 | |
parent | 84053dd3ef9f6d0b720abdbaa7d7b72d73403b01 (diff) | |
parent | afef55816689d7fdfbddc8858f15daa5b887234c (diff) |
Merge branch 'master' 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 |