Skip to content

Tags: clayne/dsoal

Tags

latest-master

Toggle latest-master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Include fmt license in CI builds (kcat#123)

r648

Toggle r648's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI workflow QoL improvements (kcat#113)

* CI workflow QoL improvements

- Include full commit hash in Version.txt files
- Include commit title in release description and Version.txt files
- Improve compression with nested zip files (uncompressed zip inside a max compressed zip) to work around its lack of solid compression, for compression ratio comparable to 7-zip while still maintaining backwards compatibility with systems that can't extract 7z files out of the box
- Replace all third-party actions with standard commands
- Fix tagged release using tag instead of branch name when the branch is expected
- Fix infinite loop that triggers a new build when creating a release tag by making the untagged workflow trigger ignore all tags (including, e.g.: r123, created upon release), not just *.*.*

* Replace user token with GitHub token

* Prevent annotation errors from release deletion

Attempting to delete a release that doesn't exist causes an error added to the workflow annotations. So appending || true will ensure it always returns error code 0 so that it's treated as a success.

* Restored "yes" accidentally removed in last commit

r647

Toggle r647's commit message
Remove an unused macro

latest-r647

Toggle latest-r647's commit message
Remove an unused macro

r641

Toggle r641's commit message
Avoid logging an ERR for an expected case

r639

Toggle r639's commit message
Adjust the reported play cursor for stopped buffers

latest-r641

Toggle latest-r641's commit message
Avoid logging an ERR for an expected case

latest-r639

Toggle latest-r639's commit message
Adjust the reported play cursor for stopped buffers

r637

Toggle r637's commit message
Don't assume a buffer has a source to be in hardware or software

r635

Toggle r635's commit message
Make some less common calls use TRACE instead of DEBUG