From: Ivan Maidanski Date: Fri, 15 Feb 2019 20:22:58 +0000 (+0300) Subject: AppVeyor CI: Fix 'no source or binary dir provided' cmake error X-Git-Tag: v8.0.4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88664f9b753570d0140162cfbdc4e3750b507e67;p=gc AppVeyor CI: Fix 'no source or binary dir provided' cmake error The error is fixed by passing "." argument to cmake. --- diff --git a/appveyor.yml b/appveyor.yml index a64e154a..b4d7a36f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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