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
Thibault Saunier
gst-ci
Commits
39335925
Commit
39335925
authored
Nov 09, 2018
by
Thibault Saunier
🌵
Browse files
Run unit tests in default build
parent
8b34f1e9
Pipeline
#8126
passed with stages
in 5 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab/ci_template.yml
View file @
39335925
...
...
@@ -46,6 +46,20 @@ manifest:
-
./git-update --no-interaction --manifest="${CI_PROJECT_DIR}/manifest.xml"
-
meson build/ $MESON_ARGS
-
ninja -C build/
-
>
GST_DEBUG_NO_COLOR=1
./gst-uninstalled.py gst-validate-launcher
--shuffle
--force-sync
--mute
--fail-on-testlist-change
--main-dir validate-output/
--xunit-file ${CI_PROJECT_DIR}/test-results.xml
--ignore-numfailures
--meson-no-rebuild
--dump-on-failure
check
-
ls
after_script
:
-
cd gst-build/
# Clean the artifacts packages to avoid copying "useless" build products.
...
...
@@ -62,6 +76,9 @@ manifest:
paths
:
-
"
manifest.xml"
# - "gst-build/"
reports
:
junit
:
-
"
test-results.xml"
build fedora x86_64
:
extends
:
.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