4
Fork 0

Add .gitlab-ci.yml

This commit is contained in:
PD0ZRY Rudy 2016-08-04 18:11:00 +00:00
parent 55bbf89f60
commit 3603feaf68

17
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,17 @@
before_script:
- apt-get update -qq && apt-get install -y -qq build-essential
stages:
- build
build_project:
stage: build
script:
- dpkg-buildpackage
only:
- master
artifacts:
paths:
- ../cronos*.deb
tags:
- debian