fix build path under ci
This commit is contained in:
@ -9,7 +9,7 @@ build:
|
|||||||
- linux
|
- linux
|
||||||
- docker
|
- docker
|
||||||
script:
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user