Skip to content

Commit

Permalink
AppVeyor: disable 32-bit build until #17 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 5, 2023
1 parent c987611 commit 5f94cbb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .appveyor.yml
Expand Up @@ -15,10 +15,11 @@ environment:
MSYSTEM: MINGW64
# Define _POSIX to get a full set of POSIX signal names from signal.h on mingw
CPPFLAGS: -D_POSIX
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
MSYSTEM: MINGW32
# Define _POSIX to get a full set of POSIX signal names from signal.h on mingw
CPPFLAGS: -D_POSIX
# FIXME: Bee doesn't currently build on 32-bit systems: https://github.com/rrthomas/bee/issues/17
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# MSYSTEM: MINGW32
# # Define _POSIX to get a full set of POSIX signal names from signal.h on mingw
# CPPFLAGS: -D_POSIX

for:
-
Expand Down

0 comments on commit 5f94cbb

Please sign in to comment.