4
Fork 0
This commit is contained in:
R3ABM Artem 2016-08-04 21:35:25 +03:00
commit c08c48227c

18
.gitlab-ci.yml Normal file
View file

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