1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00
fdroidserver/.gitlab-ci.yml
Daniel Martí a6e857985a CI: Use the new base image
Lighter, since it doesn't include all the stuff required to build and
test the client that we don't need here.
2016-03-29 12:44:00 +01:00

8 lines
119 B
YAML

image: mvdan/fdroid-ci:base-20160329
test:
script:
- pip3 install -e .
- cd tests
- ./complete-ci-tests