-
Notifications
You must be signed in to change notification settings - Fork 425
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
Post 24.1 Cleanups #10458
Merged
Merged
Post 24.1 Cleanups #10458
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3b46b63
Add package testing scripts to repo, start adding them to GH workflow
Myoldmopar 70667a1
Simple line to skip setting up CTest dashboard test targets
Myoldmopar c062f1a
Fix custom check (license text)
Myoldmopar 8fb8324
Turn off lots of CI stuff to free up test builds for 24.1 cleanup
Myoldmopar 1ff2c68
Add deploy to test pypi for wheel build
Myoldmopar 329edd5
Add dependency for the test job
Myoldmopar 64c3cf4
Only attempt to build wheel on linux
Myoldmopar 08e9b37
Add some extra debugging output
Myoldmopar 664f134
Bump pypi upload to see if it helps wheel posts
Myoldmopar ef7014d
Bump version ID so it will upload to pypi
Myoldmopar bf92f1b
Tweak the path to the package test runner script
Myoldmopar aa598ed
Add tmate to investigate
Myoldmopar d14a548
Add a bit of debugging prints to the test scripts
Myoldmopar 71f8b78
Comment out tmate for a minute
Myoldmopar 040ee1d
Allow relative path, and also try to extract the artifact
Myoldmopar 0e6c542
Cleaning up testing codebase, still more to do
Myoldmopar a6fc335
Handle MSVC versions better
Myoldmopar 0b206e0
Update Linux release action
Myoldmopar 424652a
Merge remote-tracking branch 'origin/develop' into Post241QuickChanges
Myoldmopar f32d814
Try explicitly adding to PYTHONPATH so Python will find modules
Myoldmopar 95e8e61
Merge remote-tracking branch 'origin/develop' into Post241QuickChanges
Myoldmopar fa47f2f
Actually handle missing config file now
Myoldmopar 4d54404
Add Mac installer testing
Myoldmopar b3543b1
Re-enable tests that had been disabled
Myoldmopar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Linux release action
- Loading branch information
commit 0b206e078736751c2697447c38e1cc8c514fae10
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On all three platforms, I now upload the tarball/zip as an artifact in the first job, and then test the artifact in a fresh container in a second job.