Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast libigloo
Commits
ac4d2009
Commit
ac4d2009
authored
Apr 07, 2022
by
Philipp Schafft
🦁
Browse files
Update: Corrected indentation
parent
a390f73b
Pipeline
#2995
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac4d2009
...
...
@@ -14,19 +14,19 @@ default:
.TemplateAlpine
:
image
:
alpine:3.15
before_script
:
-
set -xe
-
apk update
-
cat /etc/os*
-
apk add musl-dev git make gcc automake autoconf libtool
-
apk add libc6-compat
# gzip required because busybox gzip does not understand best / zip for make dist
-
apk add gzip zip tar
# required for uploading package to gitlab registry
-
apk add curl ca-certificates
# Required for tests
#- apk add curl ffmpeg
# Create user to run tests
#- adduser -s /bin/sh -D -H icecast
-
set -xe
-
apk update
-
cat /etc/os*
-
apk add musl-dev git make gcc automake autoconf libtool
-
apk add libc6-compat
# gzip required because busybox gzip does not understand best / zip for make dist
-
apk add gzip zip tar
# required for uploading package to gitlab registry
-
apk add curl ca-certificates
# Required for tests
#- apk add curl ffmpeg
# Create user to run tests
#- adduser -s /bin/sh -D -H icecast
Build (x86_64)
:
stage
:
build
...
...
Write
Preview
Supports
Markdown
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