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-14 11:15:31 +0100
commit88eaa8d1c4a9f642c8b6b9ea6d3534399976858e (patch)
treed53b218688cc7a3a601f0815de15e1ea98262314
parent074f93d6d4f3c1869d3fe83c2a9e47d5eaf43118 (diff)
downloaddefinitions-88eaa8d1c4a9f642c8b6b9ea6d3534399976858e.tar.gz
Install buildstream
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
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