Remove broken 32 bit Windows builds
authorHannah von Reth <hannah.vonreth@owncloud.com>
Fri, 6 Dec 2019 08:29:44 +0000 (09:29 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 6 Jan 2020 21:03:55 +0000 (22:03 +0100)
.appveyor.ini
.appveyor.yml

index f4aacde..b785aac 100644 (file)
@@ -30,8 +30,5 @@ libs/dbus.ignored = True
 binary/mysql.ignored = True
 libs/llvm-meta.ignored = True
 
 binary/mysql.ignored = True
 libs/llvm-meta.ignored = True
 
-[windows-msvc2017_32-cl]
-General/ABI = windows-msvc2017_32-cl
-
 [windows-msvc2017_64-cl]
 General/ABI = windows-msvc2017_64-cl
 [windows-msvc2017_64-cl]
 General/ABI = windows-msvc2017_64-cl
index 4b57d7e..39aa535 100644 (file)
@@ -34,7 +34,6 @@ test_script:
 environment:
     matrix:
     - TARGET: windows-msvc2017_64-cl
 environment:
     matrix:
     - TARGET: windows-msvc2017_64-cl
-    - TARGET: windows-msvc2017_32-cl
 
 artifacts:
   - path: binaries\*
 
 artifacts:
   - path: binaries\*