1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-17 03:40:11 +02:00
fdroidserver/.gitlab-ci.yml

13 lines
345 B
YAML
Raw Normal View History

2015-08-28 00:59:46 +02:00
before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python pyflakes pep8 dash bash ruby
2015-08-29 01:02:19 +02:00
python-imaging python-libcloud python-magic python-paramiko
python-pyasn1 python-pyasn1-modules python-requests
2015-08-28 00:59:46 +02:00
2015-08-29 01:02:19 +02:00
test:
2015-08-28 00:59:46 +02:00
script:
- ./hooks/pre-commit
2015-08-29 01:02:19 +02:00
- cd tests
- ./run-tests