Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
decd4a95
Commit
decd4a95
authored
Sep 27, 2018
by
Marvin Scholz
Browse files
CI: Save artifacts for Windows builds
parent
533dccd9
Pipeline
#485
passed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
decd4a95
...
...
@@ -17,8 +17,18 @@ build-win32:
tags
:
-
win32
script
:
-
meson build --buildtype release --cross-file /opt/crossfiles/i686-w64-mingw32.meson
-
meson build --buildtype release
--libdir lib
--prefix "$(pwd)/build/dav1d_install"
--cross-file /opt/crossfiles/i686-w64-mingw32.meson
-Ddefault_library=both
-
ninja -v -C build
-
ninja -v -C build install
artifacts
:
name
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
build/dav1d_install/
expire_in
:
1 week
build-win64
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20180927123816
...
...
@@ -26,5 +36,15 @@ build-win64:
tags
:
-
win64
script
:
-
meson build --buildtype release --cross-file /opt/crossfiles/x86_64-w64-mingw32.meson
-
meson build --buildtype release
--libdir lib
--prefix "$(pwd)/build/dav1d_install"
--cross-file /opt/crossfiles/x86_64-w64-mingw32.meson
-Ddefault_library=both
-
ninja -v -C build
-
ninja -v -C build install
artifacts
:
name
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
build/dav1d_install/
expire_in
:
1 week
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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