mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
fix ci after project rename
This commit is contained in:
parent
ac661f1924
commit
26a1ef4575
2 changed files with 5 additions and 5 deletions
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
run: |
|
||||
echo "Resolving Swift package dependencies..."
|
||||
# Workspace is at root level
|
||||
xcodebuild -resolvePackageDependencies -workspace VibeTunnel.xcworkspace -scheme VibeTunnel-Mac || echo "Dependency resolution completed"
|
||||
xcodebuild -resolvePackageDependencies -workspace VibeTunnel.xcworkspace -scheme VibeTunnel || echo "Dependency resolution completed"
|
||||
|
||||
# Debug: List available schemes
|
||||
echo "=== Available schemes ==="
|
||||
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
|
||||
set -o pipefail && xcodebuild build \
|
||||
-workspace VibeTunnel.xcworkspace \
|
||||
-scheme VibeTunnel-Mac \
|
||||
-scheme VibeTunnel \
|
||||
-configuration $BUILD_CONFIG \
|
||||
-destination "platform=macOS" \
|
||||
-showBuildTimingSummary \
|
||||
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
set -o pipefail && \
|
||||
xcodebuild test \
|
||||
-workspace VibeTunnel.xcworkspace \
|
||||
-scheme VibeTunnel-Mac \
|
||||
-scheme VibeTunnel \
|
||||
-configuration $TEST_CONFIG \
|
||||
-destination "platform=macOS" \
|
||||
-enableCodeCoverage $ENABLE_COVERAGE \
|
||||
|
|
|
|||
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
set -o pipefail && \
|
||||
xcodebuild build \
|
||||
-workspace VibeTunnel.xcworkspace \
|
||||
-scheme VibeTunnel-Mac \
|
||||
-scheme VibeTunnel \
|
||||
-configuration Release \
|
||||
-destination "generic/platform=macOS" \
|
||||
-archivePath build/VibeTunnel.xcarchive \
|
||||
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
set -o pipefail && \
|
||||
xcodebuild test \
|
||||
-workspace VibeTunnel.xcworkspace \
|
||||
-scheme VibeTunnel-Mac \
|
||||
-scheme VibeTunnel \
|
||||
-configuration Release \
|
||||
-destination "platform=macOS" \
|
||||
-enableCodeCoverage YES \
|
||||
|
|
|
|||
Loading…
Reference in a new issue