summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-09 23:26:34 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-11 22:31:06 +0100
commit1710fc2512ce02e37f2b8ddfea97324eff5848b8 (patch)
treeaf6d3b76714a53c98f1e7eb6de10797d10874ad4
parente4cc95cb586145d95089f89c125ee9edf00710ef (diff)
downloaddefinitions-1710fc2512ce02e37f2b8ddfea97324eff5848b8.tar.gz
Install buildstream
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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