]> granicus.if.org Git - gc/commitdiff
Appveyor CI: build/test with GCJ support
authorIvan Maidanski <ivmai@mail.ru>
Thu, 26 Jan 2017 07:53:32 +0000 (10:53 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 19:02:43 +0000 (22:02 +0300)
(Cherry-pick commit ad57086 from 'master' branch.)

appveyor.yml

index feb14b3cb9feb65b4dc3d0e026c2ba6cd2301302..165eae03621c682b19a55452e66e0848f0c059ee 100644 (file)
@@ -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: