We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcfde3 commit 4445761Copy full SHA for 4445761
1 file changed
.gitlab-ci.yml
@@ -9,6 +9,8 @@ variables:
9
10
.build_template:
11
stage: build
12
+ tags:
13
+ - build
14
script:
15
- PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
16
- export PEDANTIC_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
@@ -54,6 +56,8 @@ build_v50_s3:
54
56
55
57
pre_commit:
58
59
60
61
image: espressif/idf:$ESP_IDF_TAG_LATEST
62
except:
63
- master
0 commit comments