Skip to content

Commit f124585

Browse files
committed
Importing Arduino-Makefile project.
1 parent abafadb commit f124585

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6783
-0
lines changed

Arduino-Makefile/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.o
2+
build-cli
3+
/.project
4+
build-*

Arduino-Makefile/.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: c
2+
compiler:
3+
- gcc
4+
script: tests/script/runtests.sh
5+
before_install: tests/script/bootstrap.sh

0 commit comments

Comments
 (0)