]> 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:22:58 +0000 (23:22 +0300)
The error is fixed by passing "." argument to cmake.

appveyor.yml

index 6b5d09aeb3a5c6b259e1eabfb6f085004fb3a234..d123b4f8fa7d4977f36c108e1cc6ebc7f7072953 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