4
Fork 0
CronosAgent/.gitlab-ci.yml

18 lines
No EOL
315 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:
- make debian-package
- cp ../cronos*.deb .
only:
- master
artifacts:
paths:
- cronos*.deb
tags:
- debian