ソースを参照

Let Travis try to build the Arduino library

Frank Denis 9 年 前
コミット
2bb7e4fbd2
1 ファイル変更6 行追加0 行削除
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

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