mirror of
https://github.com/vsariola/sointu.git
synced 2026-01-07 09:03:20 -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
|
asmnasm: /Users/runner/nasm/nasm
|
||||||
output: sointu-compile
|
output: sointu-compile
|
||||||
params: cmd/sointu-compile/main.go
|
params: cmd/sointu-compile/main.go
|
||||||
- os: macos-latest
|
#- os: macos-latest
|
||||||
asmnasm: /Users/runner/nasm/nasm
|
# asmnasm: /Users/runner/nasm/nasm
|
||||||
output: sointu-track
|
#
|
||||||
params: -tags=native cmd/sointu-track/main.go
|
# output: sointu-track
|
||||||
- os: macos-latest
|
# params: -tags=native cmd/sointu-track/main.go
|
||||||
asmnasm: /Users/runner/nasm/nasm
|
#- os: macos-latest
|
||||||
output: sointu-vsti.a
|
# asmnasm: /Users/runner/nasm/nasm
|
||||||
bundleoutput: sointu-vsti
|
# output: sointu-vsti.a
|
||||||
MACOSX_DEPLOYMENT_TARGET: 11
|
# bundleoutput: sointu-vsti
|
||||||
params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/
|
# MACOSX_DEPLOYMENT_TARGET: 11
|
||||||
bundle: true
|
# params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/
|
||||||
|
# bundle: true
|
||||||
steps:
|
steps:
|
||||||
- uses: benjlevesque/short-sha@v3.0
|
- uses: benjlevesque/short-sha@v3.0
|
||||||
id: short-sha
|
id: short-sha
|
||||||
|
|||||||
Reference in New Issue
Block a user