aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/makemhr.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update GitHub Actions CI (#873)Dirk Stolle2023-07-041-1/+1
| | | | | The following updates are performed: * update actions/checkout to v3 * update actions/upload-artifact to v3.1.2
* Add GitHub actions workflow to build utils/makemhr on update (#783)3DJ2022-11-161-0/+76
* Build utils/makemhr on update This workflow builds makemhr.exe including dependencies (libmysofa, zlib, etc) whenever anything under utils/makemhr or the workflow is updated. It also uploads artifacts and [(pre)releases it with its own tag](https://github.com/ThreeDeeJay/openal-soft/releases/tag/makemhr) for a [permanent, up-to-date download link](https://github.com/ThreeDeeJay/openal-soft/releases/download/makemhr/makemhr.zip). * Clone latest libmysofa release tag without history