chiark / gitweb /
CI: Install missing gcc and python-dev packages
[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 python-dev gcc
7     - cd tests
8     - ./complete-ci-tests