Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Xuefeng Jiang
dav1d
Commits
03315f95
Commit
03315f95
authored
Feb 15, 2019
by
Martin Storsjö
Committed by
Jean-Baptiste Kempf
Feb 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add a job that runs all tests for a mingw build in wine
parent
a43f2790
Pipeline
#4751
passed with stages
in 8 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
No files found.
.gitlab-ci.yml
View file @
03315f95
...
...
@@ -278,3 +278,27 @@ test-debian-ubsan:
-
ninja -C build
-
cd build && time meson test -v --setup=sanitizer
dependencies
:
[]
test-win64
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage
:
test
tags
:
-
debian
-
amd64
cache
:
key
:
testdata.git-20190215
paths
:
-
cache/dav1d-test-data.git/
script
:
-
test -d cache || mkdir cache
-
test -d cache/dav1d-test-data.git && GIT_DIR=cache/dav1d-test-data.git git fetch --refmap=refs/heads/master:refs/heads/master origin master
-
test -d cache/dav1d-test-data.git || git clone --bare https://code.videolan.org/videolan/dav1d-test-data.git cache/dav1d-test-data.git
-
git clone cache/dav1d-test-data.git tests/dav1d-test-data
-
wineserver -p && wine wineboot
-
meson build --buildtype release
-Dtestdata_tests=true
-Dlogging=false
--cross-file /opt/crossfiles/x86_64-w64-mingw32.meson
-
ninja -C build
-
cd build && time meson test -v
dependencies
:
[]
Write
Preview
Markdown
is supported
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