summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-03 17:55:40 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-03 19:51:34 +0100
commit2a7514226ee82475eb92e89a820129b1bad1a2ac (patch)
tree2fa754d148dd20de17bbda02a46d87b36ac2e638
parent7712bca42abae24c750d40727efc43acc6a034ac (diff)
downloaddefinitions-2a7514226ee82475eb92e89a820129b1bad1a2ac.tar.gz
.gitlab-ci.yml: Try ybd patch for python3jjardon/python3
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a617423..60c4d54e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
before_script:
- - git clone https://github.com/devcurmudgeon/ybd
- - apt-get update -qq && apt-get install -y -qq python-dev python-pip
- - pip install fs pyyaml sandboxlib requests jsonschema
+ - git clone https://github.com/jjardon/ybd
+ - cd ybd && git checkout jjardon/python3v2 && cd ..
+ - apt-get update -qq && apt-get install -y -qq python3-dev python3-pip
+ - pip3 install fs pyyaml sandboxlib requests jsonschema
devel-build-64:
stage: build