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-05-10 21:46:26 +0300
committerlovetox <philipp@hoerist.com>2022-05-10 21:46:26 +0300
commit3dd59364b924b58f5a4c077ebe5199bdb2641d87 (patch)
tree6438e5e6ff1dfc1e43b076f04bfe54f2b9825072 /.ci
parent00426779c1899bf90766a99c68d6c4d1d95486da (diff)
ci: Windows: Enable 32bit build
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 af5c57904..163cb9e4e 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: