Browse Source

Additional builds on appveyor

bel 10 năm trước cách đây
mục cha
commit
a440a482e8
1 tập tin đã thay đổi với 40 bổ sung6 xóa
  1. 40 6
      appveyor.yml

+ 40 - 6
appveyor.yml

@@ -8,35 +8,69 @@ platform:
   - x64
 
 environment:
-  enable_ssl: YES
-  enable_ssl_dynamic_loading: YES
-  enable_websockets: YES
   enable_cxx: NO
-  enable_ipv6: NO
+  enable_ssl_dynamic_loading: YES
   enable_lua: NO
   enable_lua_shared: NO
   c_standard: auto
-  cxx_standard: auto
-  no_cgi: NO
+  cxx_standard: auto  
   matrix:
     - compiler: gcc-5.1.0-posix
       build_shared: NO
+      no_files: YES
+      enable_ipv6: NO
+      enable_ssl: NO
+      enable_websockets: NO
+      no_cgi: YES
+    - compiler: gcc-5.1.0-posix
+      build_shared: NO
+      no_files: NO
+      enable_ipv6: YES
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
+    - compiler: gcc-5.1.0-posix
+      build_shared: NO
       no_files: NO
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
     - compiler: gcc-5.1.0-posix
       build_shared: YES
       no_files: NO
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
     - compiler: msvc-18-seh
       build_shared: NO
       no_files: NO
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
     - compiler: msvc-18-seh
       build_shared: YES
       no_files: NO
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
     - compiler: gcc-5.1.0-posix
       build_shared: YES
       no_files: YES
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
     - compiler: msvc-18-seh
       build_shared: YES
       no_files: YES
+      enable_ipv6: NO
+      enable_ssl: YES
+      enable_websockets: YES
+      no_cgi: NO
 
 
 install: