Build Universal binary with GitHub Actions.

CQTexperiment
Dzmitry Neviadomski 2021-08-22 21:07:49 +03:00
parent b9ba71cd6f
commit e892b46b6f
1 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build Cog for Intel
name: Build Universal Cog.app
runs-on: macos-11
env:
XCODE_DERIVEDDATA_PATH: build
@ -26,9 +26,11 @@ jobs:
-project Cog.xcodeproj
-scheme Cog
-configuration Debug
-destination 'platform=macOS,arch=x86_64'
-arch x86_64
-arch arm64
-derivedDataPath $XCODE_DERIVEDDATA_PATH
CODE_SIGNING_ALLOWED=NO
ONLY_ACTIVE_ARCH=NO
build
- name: Package archive
run: >