mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
AppVeyor: remove MSVC 2008 build
The purpose of the configuration was to build installers and continually verify that MSVC 2008 could still build the project. MSVC 2008 was a requirement because we wanted to maintain support for very old versions of Windows (9x). During the past few years we encountered many annoying limitations due to that requirement, such as the lack of support for designated initializers. We ended up deciding to only keep support for operating systems older than 7 in the stable repository. As for the installers, we now build them on Azure Pipelines (currently with MSVC 2019).
This commit is contained in:
parent
5bf08e63bb
commit
6c665f889f
@ -1,7 +1,6 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2015
|
|
||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
- Ubuntu1604
|
- Ubuntu1604
|
||||||
- Ubuntu1804
|
- Ubuntu1804
|
||||||
@ -24,23 +23,6 @@ init:
|
|||||||
install: git submodule update --init --recursive
|
install: git submodule update --init --recursive
|
||||||
|
|
||||||
for:
|
for:
|
||||||
-
|
|
||||||
matrix:
|
|
||||||
only:
|
|
||||||
- image: Visual Studio 2015
|
|
||||||
build_script:
|
|
||||||
- src\BuildAll.cmd
|
|
||||||
- exit %errorlevel%
|
|
||||||
after_build:
|
|
||||||
- 7z a "%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_%APPVEYOR_BUILD_VERSION%_Windows_x86_%CONFIGURATION%_PDBs-vs2015.zip" "%APPVEYOR_BUILD_FOLDER%\src\DebugFiles\pdb\Win32_Release\*.pdb"
|
|
||||||
- 7z a "%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_%APPVEYOR_BUILD_VERSION%_Windows_x64_%CONFIGURATION%_PDBs-vs2015.zip" "%APPVEYOR_BUILD_FOLDER%\src\DebugFiles\pdb\x64_Release\*.pdb"
|
|
||||||
artifacts:
|
|
||||||
- path: output\pkg\*\*
|
|
||||||
name: Release
|
|
||||||
- path: "%APPVEYOR_PROJECT_NAME%_%APPVEYOR_BUILD_VERSION%_Windows_x86_%CONFIGURATION%_PDBs-vs2015.zip"
|
|
||||||
name: PDBs (x86)
|
|
||||||
- path: "%APPVEYOR_PROJECT_NAME%_%APPVEYOR_BUILD_VERSION%_Windows_x64_%CONFIGURATION%_PDBs-vs2015.zip"
|
|
||||||
name: PDBs (x64)
|
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user