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 1a26eb2 commit 9a8c580Copy full SHA for 9a8c580
.gitlab-ci.yml
@@ -243,6 +243,13 @@ test_build_display_ttgo_tdisplays3:
243
after_script:
244
- mv build build_display_ttgo_tdisplays3
245
246
+test_build_display_ttgo_tdisplays3procamera:
247
+ extends: .test_build_template
248
+ before_script:
249
+ - cp configs/sdkconfig_display_ttgo_tdisplays3procamera.defaults sdkconfig.defaults
250
+ after_script:
251
+ - mv build build_display_ttgo_tdisplays3procamera
252
+
253
test_build_display_ttgo_tdisplays3_ci:
254
extends: .test_build_template
255
before_script:
0 commit comments