From: Ivan Maidanski Date: Thu, 26 Jan 2017 07:53:32 +0000 (+0300) Subject: Appveyor CI: build/test with GCJ support X-Git-Tag: v8.0.0~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad57086;p=gc Appveyor CI: build/test with GCJ support --- diff --git a/appveyor.yml b/appveyor.yml index af8f65fc..bd85ee2c 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 . + - cmake -Denable_gcj_support=ON - cmake --build . --config Debug test_script: