diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-11-14 13:46:33 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-11-14 13:47:55 +0100 |
commit | b26ba668f0102d0676a4e9395878f353d701c6f5 (patch) | |
tree | c851e1124c936429810879affa53547140bf8f47 | |
parent | 4fd7d8023d8e447cd3d2289a837b82f006be4041 (diff) | |
download | meta-updater-b26ba668f0102d0676a4e9395878f353d701c6f5.tar.gz |
Build core-image-minimal for rpi on CIci/build-rpi-images
Also publish images as artifact so that they can directly be downloaded
for tests.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b22e20..2fade39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -46,6 +46,21 @@ Build core-image-minimal: | |||
46 | except: | 46 | except: |
47 | - pushes | 47 | - pushes |
48 | 48 | ||
49 | Build core-image-minimal (rpi): | ||
50 | extends: .bitbake | ||
51 | |||
52 | stage: test | ||
53 | variables: | ||
54 | TEST_BUILD_DIR: 'build-core-image-minimal-rpi' | ||
55 | BITBAKE_TARGETS: 'core-image-minimal' | ||
56 | TEST_MACHINE: 'raspberrypi3' | ||
57 | artifacts: | ||
58 | name: "core-image-minimal-rpi_$CI_COMMIT_REF_SLUG" | ||
59 | paths: | ||
60 | - $TEST_BUILD_DIR/tmp/deploy/images/*/core-image-minimal* | ||
61 | except: | ||
62 | - pushes | ||
63 | |||
49 | Oe-selftest qemux86_64: | 64 | Oe-selftest qemux86_64: |
50 | extends: .oe-selftest | 65 | extends: .oe-selftest |
51 | 66 | ||