Skip to content

Conversation

@chcg
Copy link

@chcg chcg commented Oct 14, 2019

Replacement for #533

Probably mingw builds could also be added as cross platform build to the circle CI config. Similar to:

- docker run -v$PWD:/src -w /src ubuntu:bionic /bin/sh -c "apt-get -qq update && apt-get -qq install -y mingw-w64 && (for alt in i686-w64-mingw32-g++ i686-w64-mingw32-gcc x86_64-w64-mingw32-g++ x86_64-w64-mingw32-gcc; do update-alternatives --set \$alt /usr/bin/\$alt-posix; done); make -f Makefile.mingw BITS=$BITS"

@kevina
Copy link
Member

kevina commented Oct 15, 2019

@chcg are you willing to step up and be a maintainer for Windows builds?

I don't want to accept this without a Win32 maintainer as it will become out of date over time. I can fix the builds to some extent, but I won't be able to test any artifacts and, without a maintainer, I rather point people to MSYS2 builds.

@chcg chcg force-pushed the appveyor2 branch 18 times, most recently from 6f7a06a to 9000e2d Compare May 10, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants