mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'ci-image' into 'master'
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. See merge request !111
This commit is contained in:
commit
a6d4081822
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
image: mvdan/fdroid-ci:latest
|
image: mvdan/fdroid-ci:20160316
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y python3-dev gcc
|
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
- cd tests
|
- cd tests
|
||||||
- ./complete-ci-tests
|
- ./complete-ci-tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue