From e2af832352e543bf882573f77330ead112c2af05 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Sun, 1 Nov 2020 12:06:56 +0100 Subject: [PATCH] add MSVC 2017 to github actions --- .github/workflows/cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9fab8c35..67668b0c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,6 +38,12 @@ jobs: cxx_flags: -stdlib=libc++, exe_linker_flags: -lc++, } + - { + name: "Windows MSVC 2017 (x64)", + os: windows-2016, + cxx: "cl", + environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + } - { name: "Windows MSVC 2019 (x64)", os: windows-latest,