mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00

Since base is now 200MB smaller, this one is smaller too. The fdroidserver-only deps are now in the client image - mainly python3-dev, gcc and all the build deps for stuff like pillow.
7 lines
121 B
YAML
7 lines
121 B
YAML
image: mvdan/fdroid-ci:server-20160429
|
|
|
|
test:
|
|
script:
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|