fix build path under ci

This commit is contained in:
2019-04-30 13:58:23 +02:00
parent 4a037bc1ad
commit 578b55d9bf

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