From 050d82818b7db04ad9351ba27251e2175ec0e2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 09:05:48 +0100 Subject: Revert ".gitlab-ci.yml: Do not call sh" This reverts commit fc72e0f9ec501e986839dbb0bf10dff0675e6604. Change-Id: I1a47c123ed26a5503bce9b60024aed796821029d --- .gitlab-ci.yml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3ad2c09..9b197c35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - export LC_ALL="C.UTF-8" - apt-get update -qq && apt-get install -y -qq git - git clone https://gitlab.com/baserock/ybd.git - - ybd/install_dependencies.sh + - sh ybd/install_dependencies.sh build-system-x86_64-chroot-build: stage: build @@ -18,3 +18,59 @@ build-system-x86_64-chroot-deploy: name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" paths: - build-system-x86_64-chroot.tar + +devel-build-64: + stage: build + script: + - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64 + +genivi-baseline-build-64: + stage: build + script: + - ybd/ybd.py systems/genivi-baseline-system-x86_64-generic x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + +genivi-demo-platform-build-64: + stage: build + script: + - ybd/ybd.py systems/genivi-demo-platform-x86_64-generic.morph x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + +ivi-build-64: + stage: build + script: + - ybd/ybd.py systems/ivi-system-x86_64.morph x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + +gnome-build-64: + stage: build + script: + - ybd/ybd.py systems/gnome-system-x86_64.morph x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + +minimal-build-64: + stage: build + script: + - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64 + +openstack-build-64: + stage: build + script: + - ybd/ybd.py systems/openstack-system-x86_64.morph x86_64 + +trove-build-64: + stage: build + script: + - ybd/ybd.py systems/trove-system-x86_64.morph x86_64 + +weston-build-64: + stage: build + script: + - ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + +weston-qt-build-64: + stage: build + script: + - ybd/ybd.py weston-qt5-system-x86_64.morph x86_64 + - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 -- cgit v1.2.1