mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ci: vs2022 x86 was only configuring, was not building
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6166>
This commit is contained in:
parent
5ec73afe75
commit
40774c2607
1 changed files with 2 additions and 3 deletions
|
@ -485,9 +485,8 @@ build vs2022 amd64 full-static:
|
|||
# Setting up a cross build with MSVC is still non-trivial because
|
||||
# the --vsenv argument cannot be used to set it up
|
||||
- echo $env:MESON_CROSS_ARGS
|
||||
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
|
||||
meson setup build $env:MESON_ARGS $env:MESON_CROSS_ARGS &&
|
||||
meson compile -C build --jobs $env:FDO_CI_CONCURRENT"
|
||||
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH && meson setup build $env:MESON_ARGS $env:MESON_CROSS_ARGS"
|
||||
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH && meson compile -C build --jobs $env:FDO_CI_CONCURRENT"
|
||||
|
||||
build vs2022 x86:
|
||||
extends: '.build windows cross'
|
||||
|
|
Loading…
Reference in a new issue