From ed261c09152a2825971f3c46a65ba3ddc0f1fbb3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 7 Aug 2025 17:23:04 +0200 Subject: [PATCH] appveyor.sh always build examples (temp) --- appveyor.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.sh b/appveyor.sh index e9871415e0..c5381890ad 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -161,8 +161,7 @@ fi # build examples -if [ "${EXAMPLES}" = 'ON' ] && \ - [ "${BUILD_SYSTEM}" = 'CMake' ]; then +if [ "${BUILD_SYSTEM}" = 'CMake' ]; then time cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples-build fi