fix build path under ci

This commit is contained in:
Wolfgang Hottgenroth 2019-04-30 13:58:23 +02:00
parent 4a037bc1ad
commit 578b55d9bf
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -9,7 +9,7 @@ build:
- linux
- docker
script:
- env ARDUINO_SKETCHBOOK_DIR=~/rgbled arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu ~/rgbled/sketch
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch