1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00
fdroidserver/.gitlab-ci.yml

11 lines
265 B
YAML
Raw Normal View History

image: fdroid/ci:server-20161223
2016-02-29 20:56:02 +01:00
2015-08-29 01:02:19 +02:00
test:
2015-08-28 00:59:46 +02:00
script:
- mkdir -p /usr/lib/python3.4/site-packages/
# workaround https://github.com/pypa/setuptools/issues/937
- pip3 install setuptools==33.1.1
2016-03-01 18:13:34 +01:00
- pip3 install -e .
2015-08-29 01:02:19 +02:00
- cd tests
- ./complete-ci-tests