mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
Gitlab CI: run tests too
This commit is contained in:
parent
bace7e912f
commit
1eb83dcfea
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@ before_script:
|
||||||
- apt-get -q update -y
|
- apt-get -q update -y
|
||||||
- echo " == Installing required packages"
|
- echo " == Installing required packages"
|
||||||
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
- 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
|
||||||
|
|
||||||
check:
|
test:
|
||||||
script:
|
script:
|
||||||
- ./hooks/pre-commit
|
- ./hooks/pre-commit
|
||||||
|
- cd tests
|
||||||
|
- ./run-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue