Simple blink d'un LED en local sans interaction autre que la serial.
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.
 
 

12 lines
353 B

production:
image: java:8
before_script:
- apt update
- cd /
- wget "http://downloads.arduino.cc/arduino-1.8.1-linux64.tar.xz"
- tar axvf arduino-1.8.1-linux64.tar.xz
script:
- cd ${CI_PROJECT_DIR}
- ls -lha /arduino-1.8.1/arduino
- /arduino-1.8.1/arduino --verify blink.ino
- echo "\n\n**$?**\n\n"