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-25 23:17:42 +0100
commit9d81b0a58834649732ddec3f625ee8d624f9f911 (patch)
tree23d90419a4ed9364183166e619b809df2e8c3397
parent4ffc3669e9f0b304a988a7fb663c5cb5f60c9f19 (diff)
downloaddefinitions-9d81b0a58834649732ddec3f625ee8d624f9f911.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