chiark / gitweb /
Gitlab CI: Rename static analyzers task to "check"
[fdroidserver.git] / .gitlab-ci.yml
1 before_script:
2   - apt-get -q update -y
3   - echo " == Installing required packages"
4   - apt-get -q install -y python pyflakes pep8 dash bash ruby
5
6 check:
7   script:
8     - ./hooks/pre-commit