Przeglądaj źródła

Let Travis try to build the Arduino library

Frank Denis 9 lat temu
rodzic
commit
2bb7e4fbd2
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -10,7 +10,13 @@ compiler:
  - clang
  - gcc
 
+addons:
+  apt:
+    packages:
+      - p7zip-full
+
 script:
  - make
  - make test
  - make clean
+ - make -f Makefile.arduino package