mirror of
https://github.com/curl/curl.git
synced 2026-06-09 20:14:20 +03:00
Revert "appveyor.sh always build examples (temp)"
This reverts commit 7e5f7a89e77b1a4b9c7781a9e1e52fab945f57d5.
This commit is contained in:
parent
e80cf4f7bb
commit
bde0d1aa11
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue