Add .gitlab-ci.yml
This commit is contained in:
parent
55bbf89f60
commit
3603feaf68
1 changed files with 17 additions and 0 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue