Merge pull request #167 from losnoco/nevack/actions-universal-binary
Build Universal binary with GitHub Actions.CQTexperiment
commit
f3f5d67b2f
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Cog for Intel
|
name: Build Universal Cog.app
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
env:
|
env:
|
||||||
XCODE_DERIVEDDATA_PATH: build
|
XCODE_DERIVEDDATA_PATH: build
|
||||||
|
@ -26,9 +26,11 @@ jobs:
|
||||||
-project Cog.xcodeproj
|
-project Cog.xcodeproj
|
||||||
-scheme Cog
|
-scheme Cog
|
||||||
-configuration Debug
|
-configuration Debug
|
||||||
-destination 'platform=macOS,arch=x86_64'
|
-arch x86_64
|
||||||
|
-arch arm64
|
||||||
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
|
ONLY_ACTIVE_ARCH=NO
|
||||||
build
|
build
|
||||||
- name: Package archive
|
- name: Package archive
|
||||||
run: >
|
run: >
|
||||||
|
|
Loading…
Reference in New Issue