8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Remove VS 2015 build from AppVeyor.

This commit is contained in:
Adriano dos Santos Fernandes 2021-06-09 08:33:38 -03:00
parent 8c1f39dab7
commit dc62e5bd10

View File

@ -1,19 +1,12 @@
image:
- Visual Studio 2017
- Ubuntu1804
- Visual Studio 2015
platform:
- x64
- x86
for:
-
matrix:
only:
- image: Visual Studio 2015
only_commits:
message: /increment build number/
-
matrix:
only:
@ -32,7 +25,6 @@ install:
- cmd: if "%PLATFORM%" == "x86" set FB_OUTPUT_SUFFIX=win32
- cmd: if "%PLATFORM%" == "x86" set FB_VS_ARCH=x86
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=%FB_VS_ARCH%
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %FB_VS_ARCH%
- cmd: cd builds\win32
- cmd: run_all.bat JUSTBUILD
- cmd: set ARTIFACTS_PATH=output_%FB_OUTPUT_SUFFIX%