From: Ivan Maidanski Date: Fri, 13 Apr 2018 16:18:29 +0000 (+0300) Subject: Appveyor CI: Remove unexpected trailing '.' from cmake arguments X-Git-Tag: v8.0.0~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b2e30e2a2f8fda5d855dad5da5fe0360d1f1b79;p=gc Appveyor CI: Remove unexpected trailing '.' from cmake arguments (fix of commit c228259) --- diff --git a/appveyor.yml b/appveyor.yml index 53af58fe..c14c6f4a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ clone_depth: 50 build_script: - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git - - cmake -Denable_gc_assertions=ON . + - cmake -Denable_gc_assertions=ON - cmake --build . --config Debug test_script: