barback32/.gitlab-ci.yml
Morgan 'ARR\!' Allen faa6c62260 includer flash task
2020-10-26 21:16:32 -07:00

15 lines
154 B
YAML

stages:
- build
- flash
build:
stage: build
script:
- idf.py build
flash:
stage: flash
script:
- idf.py flash