ci: Bump Windows to cpp_std=c++20

Required for designated initializers.
This commit is contained in:
Arun Raghavan 2023-12-15 16:47:32 -05:00
parent 0a0050746b
commit 4c81b31652

View File

@ -162,7 +162,7 @@ vs2019 amd64:
# Environment variables substitutions is done by PowerShell before calling # Environment variables substitutions is done by PowerShell before calling
# cmd.exe, that's why we use $env:FOO instead of %FOO% # cmd.exe, that's why we use $env:FOO instead of %FOO%
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH -app_platform=$env:PLAT && - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH -app_platform=$env:PLAT &&
meson setup builddir && meson setup builddir -Dcpp_std=c++20 &&
meson compile --verbose -C builddir" meson compile --verbose -C builddir"
# Update from: # Update from: