Skip to content

Commit

Permalink
appveyor: Fix Win64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jan 14, 2020
1 parent 8e7ac0b commit dd671c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -59,7 +59,7 @@ after_build:
- cmake --build build\mingw --use-stderr --target test
- 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 16 2019 Win64" -DCMAKE_SYSTEM_VERSION=10.0.16299.0
- if "%MINGW_DIR%"=="mingw64" cmake -Htests\apps -Bbuild\msvc64 -G "Visual Studio 16 2019" -A x64 -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 dd671c2

Please sign in to comment.