Revert "appveyor.sh always build examples (temp)"

This reverts commit 7e5f7a89e77b1a4b9c7781a9e1e52fab945f57d5.
This commit is contained in:
Viktor Szakats 2025-08-09 00:43:14 +02:00
parent e80cf4f7bb
commit bde0d1aa11
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -161,7 +161,8 @@ fi
# build examples
if [ "${BUILD_SYSTEM}" = 'CMake' ]; then
if [ "${EXAMPLES}" = 'ON' ] && \
[ "${BUILD_SYSTEM}" = 'CMake' ]; then
time cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples-build
fi