mirror of
https://github.com/vsariola/sointu.git
synced 2025-12-31 05:33:00 -05:00
remove mac build for now
This commit is contained in:
parent
e4f5418909
commit
72ec0f3c43
23
.github/workflows/binaries.yml
vendored
23
.github/workflows/binaries.yml
vendored
@ -71,17 +71,18 @@ jobs:
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-compile
|
||||
params: cmd/sointu-compile/main.go
|
||||
- os: macos-latest
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-track
|
||||
params: -tags=native cmd/sointu-track/main.go
|
||||
- os: macos-latest
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-vsti.a
|
||||
bundleoutput: sointu-vsti
|
||||
MACOSX_DEPLOYMENT_TARGET: 11
|
||||
params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/
|
||||
bundle: true
|
||||
#- os: macos-latest
|
||||
# asmnasm: /Users/runner/nasm/nasm
|
||||
#
|
||||
# output: sointu-track
|
||||
# params: -tags=native cmd/sointu-track/main.go
|
||||
#- os: macos-latest
|
||||
# asmnasm: /Users/runner/nasm/nasm
|
||||
# output: sointu-vsti.a
|
||||
# bundleoutput: sointu-vsti
|
||||
# MACOSX_DEPLOYMENT_TARGET: 11
|
||||
# params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/
|
||||
# bundle: true
|
||||
steps:
|
||||
- uses: benjlevesque/short-sha@v3.0
|
||||
id: short-sha
|
||||
|
||||
Reference in New Issue
Block a user