Skip to content

Commit

Permalink
appveyor: Fix VS description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jan 14, 2020
1 parent f7c1e31 commit 8e7ac0b
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 @@ -57,9 +57,9 @@ build_script:
after_build:
- set Path=%WINDBG_DIR%;%Path%
- cmake --build build\mingw --use-stderr --target test
- cmake -Htests\apps -Bbuild\msvc32 -G "Visual Studio 15 2019" -DCMAKE_SYSTEM_VERSION=10.0.16299.0
- cmake -Htests\apps -Bbuild\msvc32 -G "Visual Studio 16 2019" -DCMAKE_SYSTEM_VERSION=10.0.16299.0
- cmake --build build\msvc32 --config Debug -- /verbosity:minimal /maxcpucount
- if "%MINGW_DIR%"=="mingw64" cmake -Htests\apps -Bbuild\msvc64 -G "Visual Studio 15 2019 Win64" -DCMAKE_SYSTEM_VERSION=10.0.16299.0
- if "%MINGW_DIR%"=="mingw64" cmake -Htests\apps -Bbuild\msvc64 -G "Visual Studio 16 2019 Win64" -DCMAKE_SYSTEM_VERSION=10.0.16299.0
- if "%MINGW_DIR%"=="mingw64" cmake --build build\msvc64 --config Debug -- /verbosity:minimal /maxcpucount
- if "%MINGW_DIR%"=="mingw32" python tests\apps\test.py build\mingw\bin\catchsegv.exe build\msvc32\Debug
- if "%MINGW_DIR%"=="mingw64" python tests\apps\test.py build\mingw\bin\catchsegv.exe build\msvc32\Debug build\msvc64\Debug
Expand Down

0 comments on commit 8e7ac0b

Please sign in to comment.