mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
CI: Install missing gcc and python-dev packages
This commit is contained in:
parent
920f11d047
commit
c2cf6b1982
1 changed files with 2 additions and 0 deletions
|
|
@ -2,5 +2,7 @@ image: mvdan/fdroid-ci:latest
|
|||
|
||||
test:
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y python-dev gcc
|
||||
- cd tests
|
||||
- ./complete-ci-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue