1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

CI: Bump image, now has -dev and gcc

Also, use a specific tag instead of "latest" to avoid breaking old
tags/commits when updating the image.
This commit is contained in:
Daniel Martí 2016-03-14 17:33:58 +00:00
parent 23ef5b072a
commit 221ec07a69

View File

@ -1,9 +1,7 @@
image: mvdan/fdroid-ci:latest
image: mvdan/fdroid-ci:20160316
test:
script:
- apt-get update
- apt-get install -y python3-dev gcc
- pip3 install -e .
- cd tests
- ./complete-ci-tests