summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartmists <mail@martmists.com>2020-04-19 23:25:31 +0200
committerGitHub <noreply@github.com>2020-04-19 23:25:31 +0200
commitafef55816689d7fdfbddc8858f15daa5b887234c (patch)
treeb0e289eff818bf2477b7ba8889305a6b4b97c1de
parenta2617364ed8c55a276e0ad626895294aed306a4b (diff)
parentabb96da92a2383e16ad553c4d2ba0e985312c2b3 (diff)
Merge pull request #14 from martmists/travis_build
Travis OK check
-rw-r--r--.travis.yml19
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