|
|
@ -3,10 +3,10 @@ production: |
|
|
before_script: |
|
|
before_script: |
|
|
- apt update |
|
|
- apt update |
|
|
- cd / |
|
|
- cd / |
|
|
- wget "http://downloads.arduino.cc/arduino-1.8.1-linux64.tar.xz" |
|
|
|
|
|
- tar axvf arduino-1.8.1-linux64.tar.xz |
|
|
|
|
|
|
|
|
- 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: |
|
|
script: |
|
|
- cd ${CI_PROJECT_DIR} |
|
|
|
|
|
- ls -lha /arduino-1.8.1/arduino |
|
|
|
|
|
|
|
|
- cd "${CI_PROJECT_DIR}" |
|
|
|
|
|
- ls -lha "/arduino-1.8.1/arduino" |
|
|
- /arduino-1.8.1/arduino --verify blink.ino |
|
|
- /arduino-1.8.1/arduino --verify blink.ino |
|
|
- echo "\n\n**$?**\n\n" |
|
|
- echo "\n\n**$?**\n\n" |