]> granicus.if.org Git - gc/commitdiff
AppVeyor CI: Fix 'no source or binary dir provided' cmake error
authorIvan Maidanski <ivmai@mail.ru>
Fri, 15 Feb 2019 20:22:58 +0000 (23:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 15 Feb 2019 20:48:15 +0000 (23:48 +0300)
The error is fixed by passing "." argument to cmake.

appveyor.yml

index a64e154ad7295ec3ec7f5049d5c480bc8f7bf7e3..b4d7a36f229533d41191a86307bf97cd4b6dd46b 100644 (file)
@@ -34,7 +34,7 @@ install:
 
 build_script:
 - cmd: if [%TARGET%]==[cmake] (
-    cmake %CMAKE_OPTIONS% &&
+    cmake %CMAKE_OPTIONS% &&
     cmake --build . --config %CMAKE_CONFIG% )
 - cmd: if [%TARGET%]==[cygwin] (
     C:\cygwin\bin\bash -e -l -c