]> granicus.if.org Git - gc/commitdiff
Appveyor CI: Build/test with GC assertion checking
authorIvan Maidanski <ivmai@mail.ru>
Fri, 13 Apr 2018 15:52:31 +0000 (18:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 13 Apr 2018 15:52:31 +0000 (18:52 +0300)
Note: option for GCJ support is removed because the latter is now on
by default.

appveyor.yml

index bd85ee2c34da81851c9a215fe43dd6fa2d533613..53af58fe9ea289beb9f6304462d685cff8eac52c 100644 (file)
@@ -4,7 +4,7 @@ clone_depth: 50
 
 build_script:
   - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
-  - cmake -Denable_gcj_support=ON
+  - cmake -Denable_gc_assertions=ON .
   - cmake --build . --config Debug
 
 test_script: