barback32/.gitlab-ci.yml

16 lines
154 B
YAML
Raw Normal View History

2020-10-26 22:45:05 -04:00
stages:
- build
2020-10-27 00:16:32 -04:00
- flash
2020-10-26 22:45:05 -04:00
build:
stage: build
script:
- idf.py build
2020-10-27 00:16:32 -04:00
flash:
stage: flash
script:
- idf.py flash