8 lines
81 B
YAML
8 lines
81 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
|
|
script:
|
|
- idf.py build
|