Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai
autoca
Merge requests
!1
Move to ai3/build-deb
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move to ai3/build-deb
build-deb
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
godog
requested to merge
build-deb
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f6b64498
1 commit,
5 years ago
1 file
+
7
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
30
Options
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
stages
:
-
test
-
build_src
-
build_
pkg
src
-
build_pkg
-
upload
-
upload
_pkg
run_tests
:
stage
:
test
image
:
"
ai/test:bas
e"
image
:
"
debian:stabl
e"
script
:
-
"
apt-get
install
-q
-y
libssl-dev"
-
"
apt
update"
-
"
env
DEBIAN_FRONTEND=noninteractive
apt-get
install
-qy
python
libssl-dev
tox"
-
"
tox
-e
py27"
build:src
:
stage
:
build_src
image
:
"
ai/build:base"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
build:pkg
:
stage
:
build_pkg
image
:
"
ai/build:base"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
upload:pkg
:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages"
dependencies
:
-
build:pkg
Loading