chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6d692
)
gitlab-ci: make sure pip3 install dirs exist
author
Hans-Christoph Steiner
<hans@eds.org>
Thu, 9 Jun 2016 10:15:11 +0000
(12:15 +0200)
committer
Hans-Christoph Steiner
<hans@eds.org>
Thu, 9 Jun 2016 10:15:11 +0000
(12:15 +0200)
It doesn't want to create them itself.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 467f1cb1fe58b473ced97c65d3e3b59593195c02..1128b64095fd48a80c903da7b4617a9c94c3baf6 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-2,6
+2,8
@@
image: mvdan/fdroid-ci:server-20160429
test:
script:
+ - ls -l /usr/lib/python3*
+ - mkdir -p /usr/lib/python3.4/site-packages/
- pip3 install -e .
- cd tests
- ./complete-ci-tests