Skip to content

Commit 515cb4d

Browse files
author
Jamie C. Driver
committed
build diy: add ci build for waveshare touch lcd2 device
1 parent e0e8fd4 commit 515cb4d

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
@@ -293,7 +293,14 @@ test_build_diycam_tcameraplus:
293293
before_script:
294294
- cp configs/sdkconfig_diycam_tcameraplus.defaults sdkconfig.defaults
295295
after_script:
296-
- mv build_diycam_tcameraplus
296+
- 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
297304

298305
test_build_jade_noblobs_ci:
299306
extends: .test_build_template

0 commit comments

Comments
 (0)