1
0
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:
bel
2015-08-28 22:58:36 +02:00
parent 20d1467a32
commit 7aa712c8a2

View File

@@ -15,6 +15,27 @@ environment:
c_standard: auto
cxx_standard: auto
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
build_shared: NO
no_files: YES
@@ -43,20 +64,6 @@ environment:
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
@@ -64,13 +71,6 @@ environment:
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: