Skip to content

Commit 680ef1a

Browse files
jgriffithsJamie C. Driver
authored andcommitted
ci: add an amalgamated qemu_psram build to test amalgamation support
1 parent 1e982e0 commit 680ef1a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitlab-ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ test_build_qemu_psram:
7878
after_script:
7979
- mv build build_display_qemu_psram
8080

81+
test_build_qemu_psram_amalgamated:
82+
extends: .test_build_template
83+
before_script:
84+
- cp configs/sdkconfig_qemu_psram.defaults sdkconfig.defaults
85+
- echo "CONFIG_AMALGAMATED_BUILD=y" >>sdkconfig.defaults
86+
after_script:
87+
- mv build build_display_qemu_psram_amalgamated
88+
8189
prod_build_jade:
8290
before_script:
8391
- cp production/sdkconfig_jade_prod.defaults sdkconfig.defaults
@@ -382,6 +390,18 @@ test_flash_qemu_psram:
382390
- ./main/qemu/make-flash-img.sh
383391
- ./main/qemu/qemu_ci_flash.sh
384392

393+
test_flash_qemu_psram_amalgamated:
394+
stage: deploy
395+
tags:
396+
- ga
397+
needs:
398+
- test_build_qemu_psram_amalgamated
399+
before_script:
400+
- mv build_display_qemu_psram_amalgamated build
401+
script:
402+
- ./main/qemu/make-flash-img.sh
403+
- ./main/qemu/qemu_ci_flash.sh
404+
385405
.test_flash_artifact_template:
386406
stage: deploy
387407
tags:

0 commit comments

Comments
 (0)