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
a1433935
Verified
Commit
a1433935
authored
Jan 18, 2022
by
Marco Marinello
Browse files
Disable jessie build while broken
parent
336ae10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a1433935
...
...
@@ -4,52 +4,24 @@ before_script:
# Defines stages which are to be executed
stages
:
-
test
# Stage "build"
build-jessie
:
image
:
registry.gitlab.com/fusslab/builder:jessie
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/ jessie 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
build-buster
:
image
:
registry.gitlab.com/fusslab/builder:buster
stage
:
test
stage
:
build
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/ buster 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
-
mkdir
upload
-
cp ../*
upload
||
true
# The files which are to be made available in GitLab
artifacts
:
paths
:
-
artifacts
/*
-
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