2019-04-30 13:53:11 +02:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
image: registry.gitlab.com/wolutator/build-env-arduino:latest
|
|
|
|
tags:
|
|
|
|
- hottis
|
|
|
|
- linux
|
|
|
|
- docker
|
2019-04-30 13:54:56 +02:00
|
|
|
script:
|
2019-04-30 13:58:23 +02:00
|
|
|
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch
|
2019-04-30 13:53:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|