first pass at ci file
This commit is contained in:
parent
094c3fbd56
commit
dbd597af34
1 changed files with 8 additions and 0 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
|
||||||
|
script:
|
||||||
|
- idf.py build
|
Loading…
Reference in a new issue