mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
38790830f4
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.
8 lines
121 B
YAML
8 lines
121 B
YAML
image: mvdan/fdroid-ci:server-20160429
|
|
|
|
test:
|
|
script:
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|