Skip to content

Commit

Permalink
CI windows: switched VC 2019 to VC 2022 in the ci_windows.yml in orde…
Browse files Browse the repository at this point in the history
…r to solve compilation error (#456)
  • Loading branch information
maxb-io authored and Yuval-Ariel committed May 2, 2023
1 parent 8772bfc commit 8153a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
cp $env:THIRDPARTY_HOME\thirdparty.inc . # copy the thirdparty.inc that reflects the env on the runner machine
mkdir runner_bld
cd runner_bld
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DJNI=1 -DGFLAGS=1 -DSNAPPY=1 -DLZ4=1 -DZLIB=1 -DZSTD=1 -DXPRESS=1 -DFAIL_ON_WARNINGS=0 ..
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DJNI=1 -DGFLAGS=1 -DSNAPPY=1 -DLZ4=1 -DZLIB=1 -DZSTD=1 -DXPRESS=1 -DFAIL_ON_WARNINGS=0 ..
msbuild speedb.sln /p:Configuration=Release /t:speedbjni-shared

0 comments on commit 8153a00

Please sign in to comment.