Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated win mingw build via appyeyor CI #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants