Bundle SoftwareI2C library (with edits)
This commit is contained in:
parent
63583ce984
commit
70798b6bf7
13 changed files with 1390 additions and 0 deletions
8
libraries/Arduino_Software_I2C-master/.gitlab-ci.yml
Normal file
8
libraries/Arduino_Software_I2C-master/.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
tags:
|
||||
- nas
|
||||
script:
|
||||
- wget -c https://files.seeedstudio.com/arduino/seeed-arduino-ci.sh
|
||||
- chmod +x seeed-arduino-ci.sh
|
||||
- bash $PWD/seeed-arduino-ci.sh test
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue