From: Ivan Maidanski Date: Thu, 26 Jan 2017 07:53:32 +0000 (+0300) Subject: Appveyor CI: build/test with GCJ support X-Git-Tag: v7.4.6~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c74913b74d7c5deae8a6f736cc99088e34262af3;p=gc Appveyor CI: build/test with GCJ support (Cherry-pick commit ad57086 from 'master' branch.) --- diff --git a/appveyor.yml b/appveyor.yml index feb14b3c..165eae03 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 -b release-7_4 - - cmake . + - cmake -Denable_gcj_support=ON - cmake --build . --config Debug test_script: