summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-10 00:00:52 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-11 22:31:06 +0100
commitdbd35741577dd9143d45f1a3b37ff98e74ae0e79 (patch)
tree13f82789fcd4830bf439470f86a029e90342f51c
parenta51d5421721d64108ee10e5c72e9cd62de7fb36d (diff)
downloaddefinitions-dbd35741577dd9143d45f1a3b37ff98e74ae0e79.tar.gz
Cloning buildstream
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6275f54f..2a8cfe5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,8 @@ before_script:
- pip install -r spec/requirements.txt
# Install buildstream
- apt-get install -y -qq bubblewrap ostree python3 python3-pip python3-gi gir1.2-ostree-1.0 python3-dev
- - pip3 install buildstream
+ - git clone https://gitlab.com/buildstream/buildstream
+ - pip3 install buildstream/
migrate-bst:
stage: migrate-bst