Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Crans Passwords
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Crans Passwords
Commits
15924749
Verified
Commit
15924749
authored
4 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Add deb to CI
parent
b19405c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2909
failed with stages
in 3 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-6
17 additions, 6 deletions
.gitlab-ci.yml
with
17 additions
and
6 deletions
.gitlab-ci.yml
+
17
−
6
View file @
15924749
image
:
python:3.7
stages
:
-
quality-assurance
before_script
:
-
pip install tox
-
build
linters
:
image
:
python:3.7
stage
:
quality-assurance
script
:
tox -e linters
before_script
:
-
pip install tox
script
:
-
tox -e linters
# Be nice to new contributors, but please use `tox` before commit
allow_failure
:
true
build-deb
:
image
:
debian:buster
stage
:
build
script
:
-
apt-get update && apt-get -y --no-install-recommends install debmake dh-python debhelper python3-all
-
dpkg-buildpackage
-
mkdir build && cp ../*.deb build/
artifacts
:
paths
:
-
build/*.deb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment