mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
fd7a8c83c8
Update the docker image to include it there too.
9 lines
170 B
YAML
9 lines
170 B
YAML
image: mvdan/fdroid-ci:server-20160909
|
|
|
|
test:
|
|
script:
|
|
- mkdir -p /usr/lib/python3.4/site-packages/
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|