fix path stack

This commit is contained in:
Wolfgang Hottgenroth 2019-05-17 17:54:59 +02:00
parent 5cc1dc8d61
commit 6e840379d4
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -17,7 +17,7 @@ build:
- sketch.esp8266.esp8266.nodemcu.bin
- sketch.esp8266.esp8266.nodemcu.elf
script:
- cd $CI_PROJECT_DIR/libraries/esp8266boilerplate/ConfigGenerator && ./configGen.sh
- pushd $CI_PROJECT_DIR/libraries/esp8266boilerplate/ConfigGenerator && ./configGen.sh && popd
- env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch
- cp sketch/sketch.esp8266.esp8266.nodemcu.* .