First try at Gitlab CI integration

This commit is contained in:
Daniel Martí 2015-08-27 15:59:46 -07:00
parent c46f0a58cc
commit 12aea08580
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View 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