You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
371 B
11 lines
371 B
production:
|
|
image: java:8
|
|
before_script:
|
|
- apt update
|
|
- cd /
|
|
- wget "https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz" -O "arduino-nightly-linux64.tar.xz"
|
|
- tar axvf "arduino-nightly-linux64.tar.xz"
|
|
script:
|
|
- cd "${CI_PROJECT_DIR}"
|
|
- /arduino-nightly/arduino --verify blink.ino
|
|
- echo "\n\n**$?**\n\n"
|