From b0a1c9bdcac499eb1ef6946e8bdb49ece26f745a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 6 Sep 2024 17:14:26 +0200 Subject: [PATCH] CI: update names of jobs that are now building tests [ci skip] Follow-up to d620ec67913b2c4be25e7d72f1933f0a8a3e0a2e #14700 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e5b8055a27..6a4e78697c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ environment: ENABLE_UNICODE: 'OFF' HTTP_ONLY: 'OFF' SHARED: 'ON' - - job_name: 'CMake, VS2008, Debug, x86, Schannel, Build-only' + - job_name: 'CMake, VS2008, Debug, x86, Schannel, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 9 2008' @@ -84,7 +84,7 @@ environment: DEBUG: 'OFF' CURLDEBUG: 'ON' TFLAGS: 'skiprun' - - job_name: 'CMake, VS2010, Debug, x64, Schannel, Static, Build-only' + - job_name: 'CMake, VS2010, Debug, x64, Schannel, Static, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 10 2010 Win64'