aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-03 19:21:12 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-05 09:27:46 +0200
commit1672661443ca048947d95ef6860ed4ce0a618973 (patch)
treed71cf5664fcf71fdef5e717355be3489bb71b96d /appveyor.yml
parent8f2bb0e3779a7a6fe20ce4b892569d7565e6ac08 (diff)
AppVeyor: use in-tree build
Required to run the tests. Closes https://github.com/curl/curl/pull/3100
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b39a23446..46f2f6554 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -64,9 +64,7 @@ environment:
SHARED: OFF
build_script:
- - mkdir build.%BDIR%
- - cd build.%BDIR%
- - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DBUILD_SHARED_LIBS=%SHARED% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON
+ - 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=""
- cmake --build . --config %PRJ_CFG% --clean-first
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)