aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2021-12-28 21:30:27 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-29 19:32:11 +0000
commit5e08fbef548a5ae6727b037c3f4e4c53cc5efc39 (patch)
treef315aa0cc1ed30b2a19751cff1565e1c9985cf1f /appveyor.yml
parent044c3a594b9e68de891fb86a97f1c77a9c731342 (diff)
appveyor: drop win32 build.
Ref: #17779.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cbf4303be8..1e88884f53 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,10 +9,6 @@ environment:
CMAKE_GENERATOR: Visual Studio 15 2017 Win64
QT5_BASE_DIR: C:\Qt\5.11\msvc2017_64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- # x86 does not work here, cmake expects win32/Win32 (case insensitive?)
- - PLATFORM: win32
- CMAKE_GENERATOR: Visual Studio 14 2015
- QT5_BASE_DIR: C:\Qt\5.11\msvc2015
- PLATFORM: x64
CMAKE_GENERATOR: Visual Studio 14 2015 Win64
QT5_BASE_DIR: C:\Qt\5.11\msvc2015_64