appveyor.sh always build examples (temp)

This commit is contained in:
Viktor Szakats 2025-08-07 17:23:04 +02:00
parent 0d5d17adfc
commit ed261c0915
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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