Skip to content

Commit

Permalink
1717148380
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Kulykov committed May 31, 2024
1 parent ee2cdd3 commit 5dedda7
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 @@ -25,10 +25,10 @@ branches:
environment:
matrix:
- platform: x86
CMAKE_ARGS: -G"Visual Studio 18" -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
CMAKE_ARGS: -G"Visual Studio 16" -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%

- platform: x64
CMAKE_ARGS: -G"Visual Studio 18 Win64" -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
CMAKE_ARGS: -G"Visual Studio 16 Win64" -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%


configuration: Release
Expand Down

0 comments on commit 5dedda7

Please sign in to comment.