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-08-15 13:48:24 +0100
commit9bb47aaf2d2dc38ef4c976b4717ebfb10005d1ff (patch)
tree252ea7bbe0b59d154d109b383cab888ee3541414
parent521acea957c3f88109cb1dfb02c70a8b26184f9c (diff)
downloaddefinitions-9bb47aaf2d2dc38ef4c976b4717ebfb10005d1ff.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 1711f40a..b50856ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,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