4
Fork 0
CronosAgent/.gitlab-ci.yml
2016-08-04 18:11:00 +00:00

17 lines
No EOL
250 B
YAML

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