1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00
fdroidserver/.gitlab-ci.yml
2015-08-28 16:08:01 -07:00

13 lines
345 B
YAML

before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python pyflakes pep8 dash bash ruby
python-imaging python-libcloud python-magic python-paramiko
python-pyasn1 python-pyasn1-modules python-requests
test:
script:
- ./hooks/pre-commit
- cd tests
- ./run-tests