summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-06-25 17:39:55 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-06-25 17:59:48 +0100
commit172853c4468018be6fb04ea035f6446caac0cf45 (patch)
treee348f8c01bb988be9e8668345b8e47810d442f87
parent4e3e4d0caf5267a601130c34ec977dfbf605ef48 (diff)
downloadmullvadvpn-172853c4468018be6fb04ea035f6446caac0cf45.tar.xz
mullvadvpn-172853c4468018be6fb04ea035f6446caac0cf45.zip
Disable 32 bit builds on Appveyor
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0ef02e3394..8c5a2eeab6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,9 +18,6 @@ environment:
# These are all the build jobs. Adjust as necessary. Comment out what you
# don't need
matrix:
- - TARGET: i686-pc-windows-msvc
- CPP_BUILD_TARGETS: "x86"
-
- TARGET: x86_64-pc-windows-msvc
CPP_BUILD_TARGETS: "x64"