File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,9 @@ environment:
2121 matrix :
2222 # see 96d5c1f3ed77b09c64ce7c3c7cbd37c70456b3db
2323 # for NMake template
24- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
25- generator : Visual Studio 16 2019
24+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
25+ generator : Visual Studio 17 2022
2626 platform : x64
27- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
28- generator : Visual Studio 16 2019
29- platform : win32
3027
3128build :
3229 parallel : true
@@ -51,14 +48,15 @@ build_script:
5148 :: /Wv pins warnings to a specific compiler version so that new ones
5249 :: don't make the build error after Appveyor updates the compiler.
5350
54- set CFLAGS=/Wv:19.29.30037
51+ set CFLAGS=/Wv:19.34
5552
56- set CXXFLAGS=/Wv:19.29.30037
53+ set CXXFLAGS=/Wv:19.34
5754
5855 cmake
5956 -Wdev -Wdeprecated
6057 -G"%generator%" -A"%platform%"
6158 -DUSE_PRECOMPILED_HEADER=0 -DUSE_WERROR=1 -DBE_VERBOSE=1
59+ -DUSE_CPP23=1
6260 -DBUILD_DUMMY_APP=1 -DBUILD_TESTS=1
6361 -S. -Bbuild
6462
Original file line number Diff line number Diff line change 6767
6868 - job : Linux
6969 pool :
70- vmImage : ' ubuntu-22 .04'
70+ vmImage : ' ubuntu-24 .04'
7171 strategy :
7272 matrix :
7373 GCC :
You can’t perform that action at this time.
0 commit comments