chiark / gitweb /
always parse versions as strings, not bytes
[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