Skip to content

Commit 79e56da

Browse files
author
Jamie C. Driver
committed
build diy: add ci build for waveshare touch lcd2 device
1 parent 347662d commit 79e56da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,14 @@ test_build_diycam_tcameraplus:
301301
before_script:
302302
- cp configs/sdkconfig_diycam_tcameraplus.defaults sdkconfig.defaults
303303
after_script:
304-
- mv build_diycam_tcameraplus
304+
- 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
305312

306313
test_build_jade_noblobs_ci:
307314
extends: .test_build_template

0 commit comments

Comments
 (0)