1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00
fdroidserver/.gitlab-ci.yml
Daniel Martí d4f7097638 CI: No longer needed to install any deps
All the deps come installed in the image now. This saves up a little
time (especially the apt-get update) and makes the CI script much
simpler.
2016-02-29 23:38:54 +00:00

7 lines
88 B
YAML

image: mvdan/fdroid-ci:latest
test:
script:
- cd tests
- ./complete-ci-tests