mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
8 lines
189 B
YAML
8 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
|