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>
Thu, 26 Jan 2017 07:53:32 +0000 (10:53 +0300)
appveyor.yml

index af8f65f..bd85ee2 100644 (file)
@@ -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: