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:
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: