mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Change appveyor build order
This commit is contained in:
42
appveyor.yml
42
appveyor.yml
@@ -15,6 +15,27 @@ environment:
|
|||||||
c_standard: auto
|
c_standard: auto
|
||||||
cxx_standard: auto
|
cxx_standard: auto
|
||||||
matrix:
|
matrix:
|
||||||
|
- 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: msvc-18-seh
|
||||||
|
build_shared: YES
|
||||||
|
no_files: YES
|
||||||
|
enable_ipv6: NO
|
||||||
|
enable_ssl: YES
|
||||||
|
enable_websockets: YES
|
||||||
|
no_cgi: NO
|
||||||
- compiler: gcc-5.1.0-posix
|
- compiler: gcc-5.1.0-posix
|
||||||
build_shared: NO
|
build_shared: NO
|
||||||
no_files: YES
|
no_files: YES
|
||||||
@@ -43,20 +64,6 @@ environment:
|
|||||||
enable_ssl: YES
|
enable_ssl: YES
|
||||||
enable_websockets: YES
|
enable_websockets: YES
|
||||||
no_cgi: NO
|
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
|
- compiler: gcc-5.1.0-posix
|
||||||
build_shared: YES
|
build_shared: YES
|
||||||
no_files: YES
|
no_files: YES
|
||||||
@@ -64,13 +71,6 @@ environment:
|
|||||||
enable_ssl: YES
|
enable_ssl: YES
|
||||||
enable_websockets: YES
|
enable_websockets: YES
|
||||||
no_cgi: NO
|
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:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user