diff options
| author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-11-14 13:46:33 +0100 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-11-20 11:18:09 +0100 |
| commit | bc833e1fcaa6ece5e907cbadfae8922e40955334 (patch) | |
| tree | c24c8d7541fed7a1d8677ecaa038bb2b233e76cb | |
| parent | 127d27d1d2d91501feaf74b04a38bb3a6f8dca3d (diff) | |
| download | meta-updater-bc833e1fcaa6ece5e907cbadfae8922e40955334.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.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d08a7e6..0340e60 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 | ||
| 48 | Build 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 | |||
| 48 | Oe-selftest qemux86_64: | 59 | Oe-selftest qemux86_64: |
| 49 | extends: .oe-selftest | 60 | extends: .oe-selftest |
| 50 | 61 | ||
