7 lines
182 B
YAML
7 lines
182 B
YAML
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 |