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 e0e8fd4 commit 515cb4dCopy full SHA for 515cb4d
.gitlab-ci.yml
@@ -293,7 +293,14 @@ test_build_diycam_tcameraplus:
293
before_script:
294
- cp configs/sdkconfig_diycam_tcameraplus.defaults sdkconfig.defaults
295
after_script:
296
- - mv build_diycam_tcameraplus
+ - mv build build_diycam_tcameraplus
297
+
298
+test_build_waveshare_touch_lcd2:
299
+ extends: .test_build_template
300
+ before_script:
301
+ - cp configs/sdkconfig_display_waveshares3_touch_lcd2.defaults sdkconfig.defaults
302
+ after_script:
303
+ - mv build build_waveshare_touch_lcd2
304
305
test_build_jade_noblobs_ci:
306
extends: .test_build_template
0 commit comments