4
Fork 0
CronosAgent/.gitlab-ci.yml

18 lines
No EOL
313 B
YAML

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