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

Begin playing with GitHub workflows #2411

Merged
merged 32 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e7d9177
Add --quiet option
RobinD42 Jun 5, 2023
729a65c
First pass on github workflow for CI
RobinD42 Jun 5, 2023
6c4fcb1
Comment out the 2nd job for now
RobinD42 Jun 5, 2023
3b3f86f
Changes and tweaks from what I learned in a test project
RobinD42 Jun 9, 2023
4219d4a
We also need to run the dox command
RobinD42 Jun 9, 2023
72a45cd
Set PYTHONUNBUFFERED in the workflow
RobinD42 Jun 9, 2023
3d773d4
Copy sip.h when the siplib is (re)created, instead of later during th…
RobinD42 Jun 9, 2023
a084279
generate version modules in cmd_sdist too
RobinD42 Jun 9, 2023
44295bf
More fixes for building an sdist in a clean folder
RobinD42 Jun 9, 2023
951e81a
install gettext
RobinD42 Jun 9, 2023
b50e79d
sudo
RobinD42 Jun 9, 2023
14f8692
Add build-wheels job
RobinD42 Jun 10, 2023
3076d86
add apt update
RobinD42 Jun 10, 2023
ee08bb4
Explicitly install libunwind-dev to workaround a package dependency bug
RobinD42 Jun 10, 2023
6ad8265
Split the generate and the sdist step into 2 steps.
RobinD42 Jun 10, 2023
856cb8e
fixes for building sdist on Windows, and also enable some additional …
RobinD42 Jun 12, 2023
e33187c
Use ilammy/msvc-dev-cmd to set up MSVC
RobinD42 Jun 12, 2023
8a25bb6
Comment out some no longer needed debug prints
RobinD42 Jun 13, 2023
87b2a2e
Add remaining matrix entries
RobinD42 Jun 13, 2023
ef03e0f
Uninstall wxPython at the end of the test, turn off fail-fast.
RobinD42 Jun 13, 2023
4d4790d
uninstall --yes
RobinD42 Jun 13, 2023
c38a5c2
Add builds for Python 3.12 and 3.13
swt2c Aug 28, 2024
3deaccc
Pin setuptools to < 74 on Windows due to removal of setuptools.msvc
swt2c Aug 28, 2024
0a95e5e
Remove Azure pipelines
swt2c Aug 28, 2024
0305314
Merge branch 'master' into gh-workflows
swt2c Aug 28, 2024
b11ae03
Try building on macOS x86 (not ARM)
swt2c Aug 29, 2024
5999156
Update actions versions to non-deprecated ones
swt2c Aug 29, 2024
722ed32
Use macOS 13 (-large images seem to not be available on free accounts)
swt2c Aug 29, 2024
ddf3da4
avoid using -latest to avoid surprises later
swt2c Aug 31, 2024
8eea125
fix typo
swt2c Aug 31, 2024
385ef5c
Remove checkout step from matrix (shouldn't be needed?)
swt2c Aug 31, 2024
c5f8ad9
Revert "Remove checkout step from matrix (shouldn't be needed?)"
swt2c Aug 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .azure/ci-linux-job.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .azure/ci-macos-job.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .azure/ci-windows-job.yml

This file was deleted.

Loading