aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-04-06 22:58:29 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-04-06 22:58:29 +0200
commitde1789b78383ae59e4428627beae848ae430b48b (patch)
tree32b81bd5e83b66b80d725eaf2e92df32cc6b69f5 /.travis.yml
parent97aaabeedd53ec16147696f8b44b16ee43d86a99 (diff)
downloadChibiOS-Contrib-de1789b78383ae59e4428627beae848ae430b48b.tar.gz
ChibiOS-Contrib-de1789b78383ae59e4428627beae848ae430b48b.tar.bz2
ChibiOS-Contrib-de1789b78383ae59e4428627beae848ae430b48b.zip
Initial Travis CI support.
All the Tiva demos and testhal applications are built except the LWIP demo.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0d0aa72
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: c
+
+sudo: required
+
+before_install:
+ - chmod +x before_install.sh
+ - ./before_install.sh
+
+script:
+ - chmod +x script.sh
+ - ./script.sh