diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-05-23 16:37:39 +0100 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-05-25 12:05:15 +0100 |
commit | 98a4492b13d312aaeb2a3ea3c115e33a1a0c447c (patch) | |
tree | 6f37d5212f94b4a907d224f252c9001ffabec284 /.gitlab-ci.yml | |
parent | ea0c796be105d5ed03480e4fb94b2df2d97d7745 (diff) | |
download | buildstream-98a4492b13d312aaeb2a3ea3c115e33a1a0c447c.tar.gz |
Add bzr to CI runner
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1b51b282..e68b76521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ before_script: - apt-get install -y -qq bubblewrap - apt-get install -y -qq python3.5 - apt-get install -y -qq python3-pip +- apt-get install -y -qq bzr - apt-get install --force-yes -qq ostree gir1.2-ostree-1.0 python3-dev python3-gi # Debian version is behind/not compatible with latest sphinx |