Commit f9fa86e1 authored by Andrey Shatokhin's avatar Andrey Shatokhin

Created .gitlab-ci.yml

parent f6af4256
Pipeline #5424 failed with stage
image: ubuntu:18.04
stages:
- build
build:
stage: build
script:
- debuild -us -uc || exit 1
- mkdir -p packages
- cp ../settingsd*.deb /packages/
artifacts:
paths:
- packages/*.deb
expire_in: 1 month
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment