Commit 571ee21e authored by Anonymous Maarten's avatar Anonymous Maarten

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
parent 89338f43
......@@ -14,23 +14,27 @@ environment:
- platform: Win32
configuration: Release
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- platform: Win32
configuration: Release
configuration: Debug
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- platform: x64
configuration: Debug
configuration: Release
WITH_SODIUM: ON
WITH_TWEETNACL: OFF
WITH_TWEETNACL: ON
- 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment