Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Beauzée-Luyssen
medialibrary
Commits
79fa641e
Commit
79fa641e
authored
Aug 09, 2021
by
Hugo Beauzée-Luyssen
Browse files
TMP: Use a custom meson fork to display failed tests stacktrace
Hopefully this will help with #362
parent
24f193a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/gitlab-ci.yml
View file @
79fa641e
...
...
@@ -16,9 +16,12 @@ linux:
-
docker
-
amd64
script
:
-
meson -Db_coverage=true build
-
cd /tmp/ && git clone --single-branch --branch=display_stack_on_timeout --depth=1 https://github.com/chouquette/meson
-
export PATH=/tmp/meson:$PATH
-
cd $CI_PROJECT_DIR
-
meson.py -Db_coverage=true build
-
cd build && ninja
-
meson test --no-stdsplit
-
meson
.py
test --no-stdsplit
-
mkdir html/
-
>
gcovr -r "$CI_PROJECT_DIR/"
...
...
Hugo Beauzée-Luyssen
@chouquette
mentioned in commit
8a9999b7
·
Sep 07, 2021
mentioned in commit
8a9999b7
mentioned in commit 8a9999b7a57d0227225c54a3b12d37ae1aae3328
Toggle commit list
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