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

Rework Github Build Actions #2566

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Conversation

Ocraftyone
Copy link
Contributor

Each build task is moved to its own workflow file to improve organization
Allows the build tasks to be run manually via Actions tab in GH
Build deps are now cached using actions/cache and are only build when deps are updated or if a deps only build is requested via GH
Build orca is run after deps are done building
Each OS can move on to the next step independently (don't have to wait for each OS to finish step to move on)

@Ocraftyone
Copy link
Contributor Author

Also, this PR does go with #2541 which should fix the build issues that are showing up on workflow runs.

Copy link

@kkkkkkhx kkkkkkhx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

.github/workflows/build_all.yml Show resolved Hide resolved
@SoftFever
Copy link
Owner

@Ocraftyone
Awesome, this is so much better 👍

Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect!

@SoftFever SoftFever merged commit cbb7c33 into SoftFever:main Nov 18, 2023
12 checks passed
hliebscher pushed a commit to hliebscher/OrcaSlicer-SoftFever that referenced this pull request Nov 18, 2023
update workflows from dev branch

Co-authored-by: SoftFever <[email protected]>
@Ocraftyone
Copy link
Contributor Author

Glad to help!

@Ocraftyone Ocraftyone deleted the cicd-overhaul branch November 29, 2023 10:40
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.

3 participants