Browse Source

Travis CI attempt

James Bowman 5 years ago
parent
commit
7ae318df73
2 changed files with 9 additions and 0 deletions
  1. 2 0
      .travis.yml
  2. 7 0
      scripts/travistests

+ 2 - 0
.travis.yml

@@ -0,0 +1,2 @@
+language: cpp
+script: scripst/travistest

+ 7 - 0
scripts/travistests

@@ -0,0 +1,7 @@
+set -e
+
+mkdir -p $HOME/Arduino/libraries/ build/
+python scripts/publish.py
+unzip -q -o Gameduino2.zip -d $HOME/Arduino/libraries/
+
+make -f pc/Makefile