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

CI: Replace Appveyor for Win32 #1721

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Feb 20, 2025

The installations on AppVeyor are very old and slow. We currently test a default Win64 and Win32 build with MSVC. The former we also test on GH Actions already.

One thing we want to cover in CI are the different fundamental types of C++ (https://en.cppreference.com/w/cpp/language/types) and in particular the Windows 32bit build for some edge computers in laboratories (in particular, some older device drivers are win32 on some systems). This tries to move this to a GH Action runner, using 32bit libraries on a 64bit host: https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-11-alternative-architectures

Update install. Potentially move to GH actions as a follow-up.
@ax3l ax3l changed the title CI: Appveyor Python 3.7->3.8 CI: Replace Appveyor Feb 20, 2025
@ax3l ax3l force-pushed the ci-appveyor-py38 branch 4 times, most recently from 1373ef9 to 9bc866e Compare February 20, 2025 18:05
@ax3l ax3l changed the title CI: Replace Appveyor CI: Replace Appveyor for Win32 Feb 20, 2025
@ax3l ax3l force-pushed the ci-appveyor-py38 branch 3 times, most recently from cc97e34 to 9495073 Compare February 20, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants