chiark / gitweb /
Merge branch 'py3' into 'master'
[fdroidserver.git] / .gitlab-ci.yml
1 image: mvdan/fdroid-ci:latest
2
3 test:
4   script:
5     - apt-get update
6     - apt-get install -y python3-dev gcc
7     - pip3 install -e .
8     - cd tests
9     - ./complete-ci-tests