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-12 00:30:27 +0100
commit98bfdbd24a75c04dd4205261cdce98d21ccaf6fb (patch)
tree21ee79c5fa668562a0399e70e7ee5c2d5f798f14
parent4d498768cbdfbfd8499841eef014d6f8879d8ddd (diff)
downloaddefinitions-98bfdbd24a75c04dd4205261cdce98d21ccaf6fb.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