Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-utility
Commits
b9c04561
Verified
Commit
b9c04561
authored
Feb 11, 2022
by
Marco Marinello
Browse files
Configured CI/CD
parent
c68bcde5
Pipeline
#216
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b9c04561
# Is performed before the scripts in the stages step
before_script
:
-
source /etc/profile
# Defines stages which are to be executed
stages
:
-
build
buster
:
image
:
registry.gitlab.com/fusslab/builder:buster
stage
:
build
script
:
-
rm ../* ||
true
-
apt-get update -qy
-
mk-build-deps
-
dpkg -i fuss-utility*deps*.deb || apt-get install -fy
-
rm fuss-utility*deps*.deb
-
dpkg-buildpackage -us -uc
-
mkdir upload
-
cp ../* upload ||
true
# The files which are to be made available in GitLab
artifacts
:
paths
:
-
upload/*
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