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 1098bf6 commit e56a2e3Copy full SHA for e56a2e3
.gitlab-ci.yml
@@ -301,7 +301,14 @@ test_build_diycam_tcameraplus:
301
before_script:
302
- cp configs/sdkconfig_diycam_tcameraplus.defaults sdkconfig.defaults
303
after_script:
304
- - mv build_diycam_tcameraplus
+ - mv build build_diycam_tcameraplus
305
+
306
+test_build_waveshare_touch_lcd2:
307
+ extends: .test_build_template
308
+ before_script:
309
+ - cp configs/sdkconfig_display_waveshares3_touch_lcd2.defaults sdkconfig.defaults
310
+ after_script:
311
+ - mv build build_waveshare_touch_lcd2
312
313
test_build_jade_noblobs_ci:
314
extends: .test_build_template
0 commit comments