mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
CI fixes
This commit is contained in:
parent
adf0646960
commit
d993efb8c7
1 changed files with 15 additions and 2 deletions
17
.github/workflows/swift.yml
vendored
17
.github/workflows/swift.yml
vendored
|
|
@ -164,6 +164,10 @@ jobs:
|
||||||
chmod +x build-universal.sh
|
chmod +x build-universal.sh
|
||||||
./build-universal.sh
|
./build-universal.sh
|
||||||
|
|
||||||
|
- name: Resolve Dependencies
|
||||||
|
run: |
|
||||||
|
xcodebuild -resolvePackageDependencies -workspace VibeTunnel.xcworkspace
|
||||||
|
|
||||||
- name: Build Debug
|
- name: Build Debug
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -176,7 +180,10 @@ jobs:
|
||||||
CODE_SIGN_IDENTITY="" \
|
CODE_SIGN_IDENTITY="" \
|
||||||
CODE_SIGNING_REQUIRED=NO \
|
CODE_SIGNING_REQUIRED=NO \
|
||||||
CODE_SIGNING_ALLOWED=NO \
|
CODE_SIGNING_ALLOWED=NO \
|
||||||
|
CODE_SIGN_ENTITLEMENTS="" \
|
||||||
ENABLE_HARDENED_RUNTIME=NO \
|
ENABLE_HARDENED_RUNTIME=NO \
|
||||||
|
PROVISIONING_PROFILE_SPECIFIER="" \
|
||||||
|
DEVELOPMENT_TEAM="" \
|
||||||
| xcbeautify
|
| xcbeautify
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
|
|
@ -191,7 +198,10 @@ jobs:
|
||||||
CODE_SIGN_IDENTITY="" \
|
CODE_SIGN_IDENTITY="" \
|
||||||
CODE_SIGNING_REQUIRED=NO \
|
CODE_SIGNING_REQUIRED=NO \
|
||||||
CODE_SIGNING_ALLOWED=NO \
|
CODE_SIGNING_ALLOWED=NO \
|
||||||
|
CODE_SIGN_ENTITLEMENTS="" \
|
||||||
ENABLE_HARDENED_RUNTIME=NO \
|
ENABLE_HARDENED_RUNTIME=NO \
|
||||||
|
PROVISIONING_PROFILE_SPECIFIER="" \
|
||||||
|
DEVELOPMENT_TEAM="" \
|
||||||
| xcbeautify
|
| xcbeautify
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
@ -207,7 +217,10 @@ jobs:
|
||||||
CODE_SIGN_IDENTITY="" \
|
CODE_SIGN_IDENTITY="" \
|
||||||
CODE_SIGNING_REQUIRED=NO \
|
CODE_SIGNING_REQUIRED=NO \
|
||||||
CODE_SIGNING_ALLOWED=NO \
|
CODE_SIGNING_ALLOWED=NO \
|
||||||
|
CODE_SIGN_ENTITLEMENTS="" \
|
||||||
ENABLE_HARDENED_RUNTIME=NO \
|
ENABLE_HARDENED_RUNTIME=NO \
|
||||||
|
PROVISIONING_PROFILE_SPECIFIER="" \
|
||||||
|
DEVELOPMENT_TEAM="" \
|
||||||
| xcbeautify
|
| xcbeautify
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
|
|
@ -222,5 +235,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: swift-build-artifacts
|
name: swift-build-artifacts
|
||||||
path: |
|
path: |
|
||||||
build/Build/Products/Debug/VibeTunnel.app
|
~/Library/Developer/Xcode/DerivedData/*/Build/Products/Debug/VibeTunnel.app
|
||||||
build/Build/Products/Release/VibeTunnel.app
|
~/Library/Developer/Xcode/DerivedData/*/Build/Products/Release/VibeTunnel.app
|
||||||
Loading…
Reference in a new issue