diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-05 13:05:21 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-07 15:28:36 +0200 |
commit | bb744caf2d992bbd04440730c016dec0444fc683 (patch) | |
tree | 19c94cbed9577d134a8fea62539501614465dc04 | |
parent | ae762e1abebe3a5fe75658583c85059a0957ef6e (diff) | |
download | curl-bb744caf2d992bbd04440730c016dec0444fc683.tar.gz |
AppVeyor: break long line
Closes https://github.com/curl/curl/pull/3104
-rw-r--r-- | appveyor.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 913bd2d4f..bfcdff382 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,15 @@ environment: SHARED: OFF 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 test_script: |