ci(infra): add dev-build workflow on merge to develop #65
No reviewers
Labels
No labels
area:auth
area:cli
area:example
area:infra
area:state
area:ui
bug
cleanup
deferred
dependencies
documentation
duplicate
enhancement
epic
github_actions
good first issue
help wanted
invalid
priority: p0
priority: p1
priority: p2
question
spike
status: backlog
status: done
status: in-progress
status: ready
status: review
status: testing
type: chore
type: docs
type: feature
type: fix
type: infra
type: test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
sprout/sprout!65
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/64-dev-build-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #64
Adds
.github/workflows/dev-build.yml: compiles thesproutCLI to a native executable (ubuntu + macos) on every push todevelopand uploads it as a workflow artifact. Distinct fromci.yml's PR/push check gate — completes the standard's PR-validation / dev-build / release three-workflow split.