mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
First try at Gitlab CI integration
This commit is contained in:
parent
c46f0a58cc
commit
12aea08580
1 changed files with 8 additions and 0 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
before_script:
|
||||
- apt-get -q update -y
|
||||
- echo " == Installing required packages"
|
||||
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
||||
|
||||
metadata_check:
|
||||
script:
|
||||
- ./hooks/pre-commit
|
Loading…
Add table
Add a link
Reference in a new issue