Skip to content

Commit

Permalink
Update appveyor.yml to use Visual Studio 2022 (17) (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Apr 20, 2023
1 parent 5323480 commit b249fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
P: "c:/projects/libs"

# Operating system (build VM template)
os: Visual Studio 2017
os: Visual Studio 2022

# scripts that are called at very beginning, before repo cloning
#init:
Expand All @@ -24,7 +24,7 @@ before_build:
- cd build

build_script:
- cmake -G "Visual Studio 15 2017 Win64" -DADD_G3LOG_UNIT_TEST=ON -DWINDOWS_FUNCSIG=ON -DUSE_DYNAMIC_LOGGING_LEVELS=ON -DCHANGE_G3LOG_DEBUG_TO_DBUG=ON -DCMAKE_INSTALL_PREFIX=c:\g3log ..
- cmake -G "Visual Studio 17" -A x64 -DADD_G3LOG_UNIT_TEST=ON -DWINDOWS_FUNCSIG=ON -DUSE_DYNAMIC_LOGGING_LEVELS=ON -DCHANGE_G3LOG_DEBUG_TO_DBUG=ON -DCMAKE_INSTALL_PREFIX=c:\g3log ..
- cmake --build . --config Release --target install

# scripts to run after build
Expand Down

0 comments on commit b249fb6

Please sign in to comment.