From 1710fc2512ce02e37f2b8ddfea97324eff5848b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 9 Apr 2017 23:26:34 +0100 Subject: Install buildstream --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b1a0850..8cefb705 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,10 @@ before_script: - git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH - cd ybd && ./install_dependencies.sh && cd .. - pip install -r spec/requirements.txt + # Install buildstream + - apt-get install -y -qq bubblewrap ostree python3 python3-pip python3-gi gir1.2-ostree-1.0 python3-dev + - pip3 install buildstream + validate-all-definitions: stage: validate -- cgit v1.2.1