Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
settingsd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
settingsd
Commits
9027a8f4
Commit
9027a8f4
authored
May 17, 2019
by
Andrey Shatokhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed .gitlab-ci.yml
parent
f9fa86e1
Pipeline
#5431
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.gitlab-ci.yml
.gitlab-ci.yml
+9
-1
No files found.
.gitlab-ci.yml
View file @
9027a8f4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment