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

9 lines
170 B
YAML
Raw Normal View History

image: mvdan/fdroid-ci:server-20160909
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/
2016-03-01 18:13:34 +01:00
- pip3 install -e .
2015-08-29 01:02:19 +02:00
- cd tests
- ./complete-ci-tests