rgbled/.gitlab-ci.yml
2019-04-30 13:54:56 +02:00

17 lines
360 B
YAML

stages:
- build
build:
stage: build
image: registry.gitlab.com/wolutator/build-env-arduino:latest
tags:
- hottis
- linux
- docker
script:
- env ARDUINO_SKETCHBOOK_DIR=~/rgbled arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu ~/rgbled/sketch