GitHub Action#561
Merged
Merged
Conversation
859eaec to
bd4b765
Compare
kprinssu
approved these changes
Nov 3, 2024
Collaborator
kprinssu
left a comment
There was a problem hiding this comment.
Great work! Thank you fixing all the upstream CI issues.
kprinssu
added a commit
that referenced
this pull request
Nov 5, 2024
* Sync VoodooGPIO with AMD support * Update VoodooGPIO and VoodooI2CHID * Github Actions CI workflow (#538) * Create objective-c-xcode.yml * Update objective-c-xcode.yml * objective-c-xcode.yml: Update setup tools to fix pyparsing * objective-c-xcode.yml: try fixing pyparsing directly * objective-c-xcode.yml: use my fixed cldoc * objective-c-xcode.yml: manually updating pyparsing was always useless * Clean up CI/CD (#553) * Drop CircleCI * Switch back to VoodooI2C cldoc fork * Set the pip3 --break-system-packages flag to potentially fix CD/CD * Run actions on all PRs and branches * Remove cldoc step * GitHub Action (#561) * Create main.yml * Remove Pip Cache * Fix Lint in VoodooI2CController.cpp * Fix VoodooI2CControllerDriver Lint * Try cursorkind=350 * Only allow one job * Add separate lint and doc tasks, add archive script * Fix generate description output, missing dependencies * Use -r in pip install * build_docs -> build_doc * Build VoodooInput for docs * Release try two * Test commit * Test commit 2 * Fix num commits and last_ten_commits * Set number of max commits * Fetch tags * Get tags try 2 * Fix git fetch * Revert back to using the published trigger * Save off last tagged commit * I forgot to save the conflict resolution :( * Fix VoodooI2CHID submodule commit * Update to latest master for VoodooI2CHID * Update cldoc to clang 15 * Update cldoc to VoodooI2C master * Fix NUM_COMMITS * Echo release notes * Make sure to output to * Account for multiline output * checkout depth 500 * Multi-line input for release action * Use softprops release action * Use file to store changelog * Upload docs to github pages * Fix repository name match * Fix upload always running (oops) * Add confidence bit for palm rejection (#547) * Add confidence bit for palm rejection * Set Confidence bit by default * Remove logging * Use constant for palm type * Update Cldoc repo git link (#562) * Sync satellites and dependencies * Update GitHub actions from v3 to v4 * Remove unused extra GitHub pipeline * Only run push builds when commits are pushed to master --------- Co-authored-by: Kishor Prins <kprinssu@kishor-tessen.local> Co-authored-by: newperson1746 <danielcrodriguez2012@gmail.com> Co-authored-by: Avery Black <avery.c.black@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Separates out docs and linting to their own scripts and github action jobs. This allows people to build VoodooI2C without running linting/doc building locally.
Automatically uploads kext and docs on every release
Cldoc crashes on an unnamed struct in VoodooI2CHID. This likely means that there are more issues in cldoc on newer revisions, though I haven't really dived deeper into cldoc. I did update it to clang 15.0.7 though that has not helped.
Companion changes:
VoodooI2C/VoodooI2CHID#76
VoodooI2C/cldoc#4
TODO: