0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

appveyor: build all relevant combinations

problem: not all configurations were built (and some were duplicated) in
Windows CI
solution: add all correct combinations to appveyor.yml
This commit is contained in:
Anonymous Maarten 2015-10-25 01:12:31 +02:00
parent 89338f43d5
commit 571ee21eef

View File

@ -14,23 +14,27 @@ environment:
- platform: Win32
configuration: Release
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- platform: Win32
configuration: Debug
WITH_SODIUM: ON
WITH_TWEETNACL: ON
- platform: x64
configuration: Release
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- platform: x64
configuration: Debug
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
- platform: x64
configuration: Debug
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- platform: Win32
configuration: Release
WITH_SODIUM: OFF
WITH_TWEETNACL: OFF
- platform: Win32
configuration: Release
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
- platform: Win32
configuration: Release
WITH_SODIUM: OFF