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
1bd3c2bc
Commit
1bd3c2bc
authored
Apr 07, 2022
by
Philipp Schafft
🦁
Browse files
Feature: Added a Alpine test step
parent
74c5c22b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1bd3c2bc
...
...
@@ -93,6 +93,13 @@ Test (x86_64):
needs
:
-
'
Build
(x86_64)'
Test Alpine (x86_64)
:
stage
:
test
script
:
-
make check || { cat test-suite.log; exit 1; }
needs
:
-
'
Build
Alpine
(x86_64)'
Test (x86)
:
stage
:
test
variables
:
...
...
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