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
liboggz
Commits
acf142b3
Commit
acf142b3
authored
Aug 13, 2018
by
Viktor Gal
Browse files
move test in CI into build stage
parent
d354fc3d
Pipeline
#293
failed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
acf142b3
...
...
@@ -15,6 +15,7 @@ build-gcc:
-
./autogen.sh
-
./configure || cat config.log
-
make
-
make check
# Build liboggz with clang
build-clang
:
...
...
@@ -33,7 +34,4 @@ build-clang:
-
./autogen.sh
-
CC=clang ./configure || cat config.log
-
make
test
:
stage
:
test
script
:
make check
-
make check
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