1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 11:20:10 +02:00
fdroidserver/.gitlab-ci.yml

10 lines
174 B
YAML
Raw Normal View History

2016-02-29 20:56:02 +01:00
image: mvdan/fdroid-ci:latest
2015-08-29 01:02:19 +02:00
test:
2015-08-28 00:59:46 +02:00
script:
- apt-get update
2016-03-01 18:13:34 +01:00
- apt-get install -y python3-dev gcc
- pip3 install -e .
2015-08-29 01:02:19 +02:00
- cd tests
- ./complete-ci-tests