summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-11-26 10:01:10 +0100
committerGitHub <noreply@github.com>2019-11-26 10:01:10 +0100
commit700ec83a1b5a177829bc52af43134c39a74ee865 (patch)
tree5c2fc3d48e903006f8e06f2b5f912f54c0567ad7 /.gitlab-ci.yml
parent8d340b0cc95bf98e844bd550bd779ae4fe772d9f (diff)
parentd0e40bd02a5eefc753e9a51b5904283fc7d626ce (diff)
downloadmeta-updater-700ec83a1b5a177829bc52af43134c39a74ee865.tar.gz
Merge pull request #633 from advancedtelematic/feat/warrior/2019.10
Feat/warrior/2019.10
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
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
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