CI: Install missing gcc and python-dev packages

This commit is contained in:
Daniel Martí 2016-03-03 15:21:14 +00:00
parent 920f11d047
commit c2cf6b1982

View file

@ -2,5 +2,7 @@ image: mvdan/fdroid-ci:latest
test: test:
script: script:
- apt-get update
- apt-get install -y python-dev gcc
- cd tests - cd tests
- ./complete-ci-tests - ./complete-ci-tests