mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
9 lines
189 B
YAML
9 lines
189 B
YAML
before_script:
|
|
- apt-get -q update -y
|
|
- echo " == Installing required packages"
|
|
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
|
|
|
check:
|
|
script:
|
|
- ./hooks/pre-commit
|