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.6.2~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44d1b98045d51159008b3c2948475a196ff26494;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 dc47970e..01ce6060 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: