Merge pull request #2 from wilberforce/master
Add travis file for Auto build testing of lcdproc
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
# Travis-CI file for Espruino
|
||||||
|
|
||||||
|
language: c
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- chmod +x ./autogen.sh
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./autogen.sh && ./configure --enable-drivers=all
|
||||||
|
- make
|
||||||
+3677
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user