summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-11-14 13:46:33 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-11-20 11:19:29 +0100
commit9f0418e78f304d2c0aece769f00372c57f66171c (patch)
tree86c1be3a76c9b4e5c145ede8b8141a4eee2bc942
parent7d3fc762cbf0a1560150f8721ecf9a2741897963 (diff)
downloadmeta-updater-9f0418e78f304d2c0aece769f00372c57f66171c.tar.gz
Build core-image-minimal for rpi on CI
Also publish images as artifact so that they can directly be downloaded for tests. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ad00ea..6a7ae47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,17 @@ Build core-image-minimal:
45 except: 45 except:
46 - pushes 46 - pushes
47 47
48Build core-image-minimal (rpi):
49 extends: .bitbake
50
51 stage: test
52 variables:
53 TEST_BUILD_DIR: 'build-core-image-minimal-rpi'
54 BITBAKE_TARGETS: 'core-image-minimal'
55 TEST_MACHINE: 'raspberrypi3'
56 except:
57 - pushes
58
48Oe-selftest qemux86_64: 59Oe-selftest qemux86_64:
49 extends: .oe-selftest 60 extends: .oe-selftest
50 61