Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3dd59364 by lovetox at 2022-05-10T20:46:26+02:00
ci: Windows: Enable 32bit build
- - - - -
1 changed file:
- .ci/appveyor.yml
Changes:
=====================================
.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:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3dd59364b924b58f5a4c077ebe5199bdb2641d87
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3dd59364b924b58f5a4c077ebe5199bdb2641d87
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits