mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
ci: ios build does not use code signing
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -90,14 +90,11 @@ jobs:
|
|||||||
- name: Build Ghostty.app
|
- name: Build Ghostty.app
|
||||||
run: cd macos && xcodebuild -target Ghostty
|
run: cd macos && xcodebuild -target Ghostty
|
||||||
|
|
||||||
# Build the iOS target. This requires a team ID and we can reuse our
|
# Build the iOS target without code signing just to verify it works.
|
||||||
# release team ID. This doesn't upload anything so that's okay.
|
|
||||||
- name: Build Ghostty iOS
|
- name: Build Ghostty iOS
|
||||||
env:
|
|
||||||
PROD_MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}
|
|
||||||
run: |
|
run: |
|
||||||
cd macos
|
cd macos
|
||||||
xcodebuild -target Ghostty-iOS "DEVELOPMENT_TEAM=$PROD_MACOS_NOTARIZATION_TEAM_ID"
|
xcodebuild -target Ghostty-iOS "CODE_SIGNING_ALLOWED=NO"
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
Reference in New Issue
Block a user