summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2018-03-31 13:13:39 -0230
committerTim Oram <dev@mitmaro.ca>2018-03-31 13:13:39 -0230
commitf70e6e777c0f445af758bf0701eb9cf6c1ccd785 (patch)
tree604373ce7d33f93051db2a0b3c59e373477b1522 /appveyor.yml
parentd0b4050ca9fb6c029eb1008aace38e31e1fce176 (diff)
Disable mingw builds
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 489076a..35c68fd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,8 +11,9 @@ environment:
matrix:
# MinGW
- - TARGET: i686-pc-windows-gnu
- - TARGET: x86_64-pc-windows-gnu
+ # GNU builds are broken for some reason
+ # - TARGET: i686-pc-windows-gnu
+ # - TARGET: x86_64-pc-windows-gnu
# MSVC
- TARGET: i686-pc-windows-msvc
@@ -59,7 +60,6 @@ cache:
- C:\Users\appveyor\.cargo\registry
- target
-
branches:
only:
- master