mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 16:31:05 +03:00
9 lines
200 B
YAML
9 lines
200 B
YAML
image: mvdan/fdroid-ci:server-20160429
|
|
|
|
test:
|
|
script:
|
|
- ls -l /usr/lib/python3*
|
|
- mkdir -p /usr/lib/python3.4/site-packages/
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|