Add Win64 to exclude until the issues are sorted out
parent
3d9ac8f66f
commit
cfa98a32c0
|
|
@ -44,7 +44,9 @@ test_script:
|
||||||
# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor
|
# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor
|
||||||
# Appveyor also complains that it can't find VS2010 tools even though the docs state they are there.
|
# Appveyor also complains that it can't find VS2010 tools even though the docs state they are there.
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
|
|
||||||
|
exclude:
|
||||||
- platform: Win64
|
- platform: Win64
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
- platform: Win64
|
- platform: Win64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue