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
00c5e439
Commit
00c5e439
authored
Apr 07, 2022
by
Philipp Schafft
🦁
Browse files
Feature: Re-added a basic Build step
parent
1bd3c2bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
00c5e439
...
...
@@ -10,6 +10,17 @@ default:
# Builds
Build (x86_64)
:
stage
:
build
script
:
-
gcc --version
-
./autogen.sh
-
./configure || { cat config.log; exit 1; }
-
make
artifacts
:
untracked
:
true
expire_in
:
1 hour
Build Alpine (x86_64)
:
stage
:
build
image
:
alpine:3.15
...
...
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