Przeglądaj źródła

Add Appveyor file

Zbigniew Mandziejewicz 9 lat temu
rodzic
commit
9ffeae554b
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      .appveyor.yml

+ 7 - 0
.appveyor.yml

@@ -0,0 +1,7 @@
+environment:
+    matrix:
+        - BUILD_SHARED_LIBS: ON
+        - BUILD_SHARED_LIBS: OFF
+build_script:
+    - cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
+    - cmake --build .