Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-03-28 01:24:54 +0300
committerlovetox <philipp@hoerist.com>2022-03-28 01:24:54 +0300
commit44669fc7a011d855483461dbefa823b1a4d18712 (patch)
tree39263a7380f8f3d57b9d2e9a07f1984f5d8850b9 /.ci
parentd776170064fc3e3c6b6b237f40edd730ef53c222 (diff)
ci: Disable Windows 32bit build
This doesnt work right now for unknown reason. Disable the job or else also the 64bit build is blocked.
Diffstat (limited to '.ci')
-rw-r--r--.ci/appveyor.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index 163cb9e4e..af5c57904 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -3,14 +3,14 @@ version: 1.1.{build}
image: Visual Studio 2019
environment:
- matrix:
- - MSYSTEM: MINGW64
- MSYS_ARCH: "x86_64"
- ARCH: "64bit"
-
- - MSYSTEM: MINGW32
- MSYS_ARCH: "i686"
- ARCH: "32bit"
+ # matrix:
+ MSYSTEM: MINGW64
+ MSYS_ARCH: "x86_64"
+ ARCH: "64bit"
+
+ # - MSYSTEM: MINGW32
+ # MSYS_ARCH: "i686"
+ # ARCH: "32bit"
branches:
only: