Commit 9027a8f4 authored by Andrey Shatokhin's avatar Andrey Shatokhin

Changed .gitlab-ci.yml

parent f9fa86e1
Pipeline #5431 failed with stage
......@@ -3,10 +3,18 @@ stages:
- build
build:
stage: build
before_script:
- apt-get update
- apt-get install -y debhelper
- apt-get install -y devscripts
- apt-get install -y build-essential
- apt-get install -y python-minimal
- apt-get install -y python3-all
- apt-get install -y python3-setuptools
script:
- debuild -us -uc || exit 1
- mkdir -p packages
- cp ../settingsd*.deb /packages/
- cp -r ../settingsd*.deb packages/
artifacts:
paths:
- packages/*.deb
......
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