Skip to content

Commit

Permalink
Merge pull request #11 from RyeMutt/rye/universal
Browse files Browse the repository at this point in the history
Update to 1.24.0 and add macOS universal library build support
  • Loading branch information
Rye authored Nov 22, 2024
2 parents 0247dd8 + 73100b7 commit dd2772e
Show file tree
Hide file tree
Showing 325 changed files with 66 additions and 103,640 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on:
on:
pull_request:
push:
branches: [main]
Expand All @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-13, ubuntu-22.04]
os: [windows-2022, macos-15, ubuntu-22.04]
addrsize: ["64"]
continue-on-error: false
runs-on: ${{ matrix.os }}
Expand All @@ -30,9 +30,9 @@ jobs:
libpulse-dev libpipewire-0.3-dev \
libjack-dev libdbus-1-dev
- uses: secondlife/action-autobuild@v4
- uses: secondlife/action-autobuild@v5
with:
addrsize: "64"
addrsize: "64"
release:
needs: build
runs-on: [ubuntu-latest]
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "openal-soft"]
path = openal-soft
url = https://github.com/kcat/openal-soft.git
4 changes: 2 additions & 2 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<string>openal-soft</string>
<key>source_type</key>
<string>git</string>
<key>version_file</key>
<string>VERSION.txt</string>
<key>use_scm_version</key>
<boolean>true</boolean>
</map>
<key>type</key>
<string>autobuild</string>
Expand Down
402 changes: 56 additions & 346 deletions build-cmd.sh

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openal-soft
Submodule openal-soft added at d9b5c6
5 changes: 0 additions & 5 deletions openal-soft/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions openal-soft/.travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions openal-soft/BSD-3Clause

This file was deleted.

Loading

0 comments on commit dd2772e

Please sign in to comment.