mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05:00
AppVeyor: break long line
Closes https://github.com/curl/curl/pull/3104
This commit is contained in:
parent
ae762e1abe
commit
bb744caf2d
10
appveyor.yml
10
appveyor.yml
@ -39,7 +39,15 @@ environment:
|
|||||||
SHARED: OFF
|
SHARED: OFF
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmake . -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DBUILD_SHARED_LIBS=%SHARED% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE="" -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG="" -DCMAKE_INSTALL_PREFIX="C:/CURL"
|
- cmake .
|
||||||
|
-G"%PRJ_GEN%"
|
||||||
|
-DCMAKE_USE_OPENSSL=%OPENSSL%
|
||||||
|
-DBUILD_SHARED_LIBS=%SHARED%
|
||||||
|
-DBUILD_TESTING=%TESTING%
|
||||||
|
-DCURL_WERROR=ON
|
||||||
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=""
|
||||||
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG=""
|
||||||
|
-DCMAKE_INSTALL_PREFIX="C:/CURL"
|
||||||
- cmake --build . --config %PRJ_CFG% --clean-first
|
- cmake --build . --config %PRJ_CFG% --clean-first
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user