]> granicus.if.org Git - curl/commitdiff
AppVeyor: use in-tree build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 3 Oct 2018 17:21:12 +0000 (19:21 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 5 Oct 2018 07:27:46 +0000 (09:27 +0200)
Required to run the tests.

Closes https://github.com/curl/curl/pull/3100

appveyor.yml

index b39a2344641dff750da2a7a28435430f9431fe98..46f2f6554ba6b61b3a6682b54c84789b81ec038c 100644 (file)
@@ -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)