Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update GitHub Actions CI (#873) | Dirk Stolle | 2023-07-04 | 1 | -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) | 3DJ | 2022-11-16 | 1 | -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 |