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