Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
3dd59364
Commit
3dd59364
authored
May 10, 2022
by
Philipp Hörist
Browse files
ci: Windows: Enable 32bit build
parent
00426779
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/appveyor.yml
View file @
3dd59364
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment