Merge branch 'master' of https://code.brandmeister.network/r3abm/CronosAgent
This commit is contained in:
commit
c08c48227c
1 changed files with 18 additions and 0 deletions
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Reference in a new issue