summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-31 18:24:42 +0100
committerJavier Jardón <jjardon@gnome.org>2016-08-31 18:24:42 +0100
commit5c910b3b825cc61997b4a10dac3d639beac24b2d (patch)
tree4497aa6422063c056cb5e4ec38155fe4749da2b8
parent606f398afbcd429df7faeff40ccaa15b88d346b5 (diff)
downloaddefinitions-jjardon/ci.tar.gz
.gitlab-ci.yml: Use the upstream script to install ybd dependenciesjjardon/ci
Change-Id: I86611e220e8bf7664bc2edec84105d637180c610
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8582a245..b45fad41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,7 @@
before_script:
- export LC_ALL="C.UTF-8"
- git clone https://gitlab.com/baserock/ybd.git
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
- - pip install fs pyyaml sandboxlib requests jsonschema
+ - cd ybd && ./install_dependencies.sh
devel-build-64:
stage: build