Hendrik Langer 8 years ago
parent
commit
7999ac7b0d
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -4,6 +4,7 @@ build:
# - platformio lib -g install 1 # - platformio lib -g install 1
# - platformio ci --board=esp32thing # - platformio ci --board=esp32thing
- platformio run - platformio run
- platformio run -t upload
artifacts: artifacts:
paths: paths:
- ".pioenvs/esp32thing/*.bin" - ".pioenvs/esp32thing/*.bin"

Loading…
Cancel
Save