Skip to content

Commit

Permalink
appveyor: drop NMake and do VS2019-64 and VS2017-32
Browse files Browse the repository at this point in the history
- NMake: keep knowledge in git history, save build time
  see 96d5c1f
- VS 2012/19, 32/64-Bit: let's try to get at least one
  entry in each row/column, we've always used Mingw for
  releases anyway
  • Loading branch information
illwieckz committed Jan 8, 2020
1 parent 96d5c1f commit 9f2554e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .appveyor.yml
Expand Up @@ -5,19 +5,14 @@ branches:
environment:
configuration: Debug
matrix:
# see 96d5c1f3ed77b09c64ce7c3c7cbd37c70456b3db
# for NMake template
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
generator: Visual Studio 16 2019
platform: x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
generator: NMake Makefiles
# -Aplatform is not supported by CMake's NMake Makefiles generator and produces an error
VCVARSBAT: vcvars64.bat
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
generator: Visual Studio 16 2019
platform: win32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
generator: Visual Studio 15 2017
platform: x64
platform: win32

build:
parallel: true
Expand All @@ -31,9 +26,6 @@ build_script:
- cmd: >
cmake --version
if "%generator%"=="NMake Makefiles"
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\%VCVARSBAT%"
set cmake=cmake
if not "x%generator:Visual Studio=%"=="x%generator%"
Expand Down

0 comments on commit 9f2554e

Please sign in to comment.