-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.local-ci.conf
More file actions
19 lines (17 loc) · 868 Bytes
/
Copy path.local-ci.conf
File metadata and controls
19 lines (17 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Project-specific overrides for ../_shared/local-ci-archive.sh
# zsh-sourced — same syntax as a shell script.
#
# Common knobs:
# PLATFORMS="ios" # subset; default = all auto-detected
# TEAM_ID=ABCDE12345 # override auto-detect
# MACOS_SCHEME / IOS_SCHEME / TVOS_SCHEME / VISIONOS_SCHEME / WATCHOS_SCHEME
# PREBUILD_CMD="./scripts/...sh" # runs before archive
# CONFIGURATION=Release # or Debug for smoke tests
# Upload the sandboxed App Store target (the direct "Blip" scheme is for the
# notarized DMG, not App Store Connect). macOS-only project.
PLATFORMS="macos"
MACOS_SCHEME="BlipAppStore"
TEAM_ID="8ZVSPZYSVF"
# Coverage gate: run the hermetic BlipTests suite and fail the pipeline if
# app-logic coverage drops below the ratchet in Scripts/coverage-check.sh.
PREBUILD_CMD="./Scripts/coverage-check.sh"