|
|
@ -1,8 +1,10 @@ |
|
|
production: |
|
|
production: |
|
|
image: java:8 |
|
|
image: java:8 |
|
|
script: |
|
|
|
|
|
|
|
|
before_script: |
|
|
- apt update |
|
|
- apt update |
|
|
- wget "http://downloads.arduino.cc/arduino-1.8.1-linux64.tar.xz" |
|
|
- wget "http://downloads.arduino.cc/arduino-1.8.1-linux64.tar.xz" |
|
|
- tar axvf arduino-1.8.1-linux64.tar.xz |
|
|
- tar axvf arduino-1.8.1-linux64.tar.xz |
|
|
|
|
|
script: |
|
|
- cd ${CI_PROJECT_DIR} |
|
|
- 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 |