Skip to content

Commit

Permalink
remove VS2015 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxmark committed Jan 6, 2021
1 parent 8063e9b commit 52333db
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1,727 deletions.
6 changes: 1 addition & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ environment:
- VSVERSION: "16 2019"
- VSVERSION: "15 2017"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- VSVERSION: "14 2015"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PLATFORMTOOLSET: "v140_xp"
CMAKE_VS_PLATFORM_TOOLSET: -DCMAKE_GENERATOR_TOOLSET=\"v140_xp\"

init:
- cmake --version
Expand All @@ -29,7 +25,7 @@ before_build:
- if "%APPVEYOR_REPO_TAG_NAME%"=="" ( set "APPVEYOR_REPO_TAG_NAME=dev-%VSVERSIONSHORT%-%platform%-%configuration%" )
- mkdir build
- cd build
- cmake -G "Visual Studio %VSVERSION%" -DCPACK_PACKAGE_VERSION="%APPVEYOR_REPO_TAG_NAME%" %CMAKE_OPTIONS% %CMAKE_VS_PLATFORM_TOOLSET% ..
- cmake -G "Visual Studio %VSVERSION%" -DCPACK_PACKAGE_VERSION="%APPVEYOR_REPO_TAG_NAME%" %CMAKE_OPTIONS% ..

build:
project: "build\\winflexbison.sln"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/lexxmark/winflexbison/releases provides stable versions. To t
The release page includes the full Changelog but you may also see the [changelog.md](changelog.md) file.

## Build requirements
* Visual Studio 2015 or newer
* Visual Studio 2017 or newer
* optional: CMake (when building with CMake)

## HowTo
Expand Down
329 changes: 0 additions & 329 deletions VS2015/common_lib/common_lib.vcxproj

This file was deleted.

Loading

0 comments on commit 52333db

Please sign in to comment.