add ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-04-30 13:53:11 +02:00
parent 4ad6797890
commit dc8dab7fc6
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
stages:
- build
build:
stage: build
image: registry.gitlab.com/wolutator/build-env-arduino:latest
tags:
- hottis
- linux
- docker
scripts:
- env ARDUINO_SKETCHBOOK_DIR=~/rgbled arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu ~/rgbled/sketch