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-13 20:32:46 +0100
commit9cfb69b68cb55cfa19fab8bfe8706201169bc6a1 (patch)
tree3e590600de27918db801a3256031a8db8f808cea
parentd847eff1693e3f458f9053eb246a8d7d7f32a692 (diff)
downloaddefinitions-9cfb69b68cb55cfa19fab8bfe8706201169bc6a1.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