From 9cfb69b68cb55cfa19fab8bfe8706201169bc6a1 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fea99672..cb772095 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,11 @@ 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 + - dnf install -y bubblewrap ostree python3 python3-pip python3-gobject python3-devel + - git clone https://gitlab.com/buildstream/buildstream + - python3 -m pip install buildstream/ + validate-all-definitions: stage: validate -- cgit v1.2.1