Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds2
Commits
68ed4c09
Commit
68ed4c09
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Use new CI templatess
parent
438a767b
No related branches found
No related tags found
1 merge request
!14
Build a Debian package
Pipeline
#57325
failed
1 year ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-26
14 additions, 26 deletions
.gitlab-ci.yml
with
14 additions
and
26 deletions
.gitlab-ci.yml
+
14
−
26
View file @
68ed4c09
include
:
-
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
-
"
https://git.autistici.org/pipelines/debian/raw/master/common.yml"
-
"
https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
test
:
st
age
:
test
im
age
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cover.xml
junit
:
report.xml
#pkg_
test:
#
im
age:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
#
st
age:
build
#
needs: ["build_pkg:bookworm:amd64"]
#
variables:
#
PACKAGES_DIR: "output-deb"
# script:
#
- apt-get update
#
- dpkg -R --unpack ${PACKAGES_DIR} || true
#
- apt-get -y install replds2
#
- systemctl enable replds-server
#
- systemctl start replds-server
pkg_test
:
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
stage
:
build
needs
:
[
"
build_pkg:bookworm:amd64"
]
variables
:
PACKAGES_DIR
:
"
output-deb"
script
:
-
apt-get update
-
dpkg -R --unpack ${PACKAGES_DIR} ||
true
-
apt-get -y install replds2
-
systemctl enable replds-server
-
systemctl start replds-server
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