We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738eb0 commit cee95aaCopy full SHA for cee95aa
.gitlab-ci.yml
@@ -46,10 +46,24 @@ before_script:
46
- echo Building switch app - Started
47
- ls
48
- cd $CI_PROJECT_DIR/examples/switch
49
-- echo Running idf.py
+- echo Building for esp32
50
- idf.py build
51
+- idf.py set-target esp32
52
- echo Running make
53
- rm -rf build/ sdkconfig
54
+- echo Building for esp32s2
55
+- idf.py set-target esp32s2
56
+- idf.py build
57
+- rm -rf build/ sdkconfig
58
+- echo Building for esp32c3
59
+- idf.py set-target esp32c3
60
61
62
+- echo Building for esp32s3
63
+- idf.py set-target esp32s3
64
65
66
+- echo Running make
67
- make defconfig
68
- make $MAKEFLAGS
69
- echo Building switch app - Done
0 commit comments