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
octonet
Commits
a6859d5b
Verified
Commit
a6859d5b
authored
Nov 15, 2020
by
Marco Marinello
Browse files
Use our own builder to speed-up a bit, remove stretch build
parent
b2cbcf9c
Pipeline
#90
failed with stage
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a6859d5b
...
...
@@ -8,7 +8,7 @@ stages:
# Stage "build"
build-jessie
:
image
:
debian
:jessie
image
:
registry.gitlab.com/fusslab/builder
:jessie
stage
:
test
script
:
-
rm ../* ||
true
...
...
@@ -30,31 +30,9 @@ build-jessie:
paths
:
-
artifacts/*
build-stretch
:
image
:
debian:stretch
stage
:
test
script
:
-
rm ../* ||
true
-
apt-get update -qy
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev dh-python python-all python-setuptools python3-all python3-setuptools python3-metaconfig python3-jinja2 python3-pip kpartx parted qemu-utils qemu-user-static python3-jinja2 python3-yaml dh-systemd python3-setuptools devscripts equivs gnupg2 ca-certificates
-
curl https://archive.fuss.bz.it/apt.key | apt-key add -
-
echo "deb http://archive.fuss.bz.it/ stretch main contrib" >> /etc/apt/sources.list
-
apt-get update -qy
-
mk-build-deps
-
dpkg -i octonet*deps*.deb || apt-get install -fy
-
rm octonet*deps*.deb
-
debian/rules debsrc
-
debian/rules binary
-
mkdir artifacts
-
cp ../* artifacts ||
true
# The files which are to be made available in GitLab
artifacts
:
paths
:
-
artifacts/*
build-buster
:
image
:
debian
:buster
image
:
registry.gitlab.com/fusslab/builder
:buster
stage
:
test
script
:
-
rm ../* ||
true
...
...
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