Skip to content

Commit 571ee21

Browse files
committed
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
1 parent 89338f4 commit 571ee21

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

appveyor.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,27 @@ environment:
1414
- platform: Win32
1515
configuration: Release
1616
WITH_SODIUM: ON
17-
WITH_TWEETNACL: OFF
17+
WITH_TWEETNACL: ON
1818
- platform: Win32
19-
configuration: Release
19+
configuration: Debug
2020
WITH_SODIUM: ON
21-
WITH_TWEETNACL: OFF
21+
WITH_TWEETNACL: ON
2222
- platform: x64
23-
configuration: Debug
23+
configuration: Release
2424
WITH_SODIUM: ON
25-
WITH_TWEETNACL: OFF
25+
WITH_TWEETNACL: ON
2626
- platform: x64
2727
configuration: Debug
2828
WITH_SODIUM: ON
29-
WITH_TWEETNACL: OFF
29+
WITH_TWEETNACL: ON
3030
- platform: Win32
3131
configuration: Release
3232
WITH_SODIUM: OFF
3333
WITH_TWEETNACL: OFF
34+
- platform: Win32
35+
configuration: Release
36+
WITH_SODIUM: ON
37+
WITH_TWEETNACL: OFF
3438
- platform: Win32
3539
configuration: Release
3640
WITH_SODIUM: OFF

0 commit comments

Comments
 (0)