| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/upload-artifact
This should fix 2 of the 3 warnings here: https://github.com/kcat/openal-soft/actions/runs/3303596206
by updating to this https://github.com/actions/upload-artifact/releases/tag/v3.1.1
The third warning is more of a heads up of the macOS runner being updated so it should go away eventually
|
|
|
|
|
|
|
| |
* Upload Win32 and x64 artifacts to Github actions
Provides an alternative Windows binary download location that expires in 3 months (2 months longer than Appveyor)
* Add Windows check to skip failed Github actions artifact upload for Linux and macOS
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit e1e0809253b6a361a5d9862d887de2557bbe9742.
|
| |
|
|
|