|
@@ -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:
|