mirror of
https://invent.kde.org/network/kdeconnect-ios.git
synced 2025-12-12 20:36:04 +01:00
It seems not possible to test without signing, just build instead
This commit is contained in:
@@ -15,12 +15,13 @@ test:
|
||||
script:
|
||||
# change working directory to the one containing Xcode project
|
||||
- cd 'KDE Connect'
|
||||
# build the project and run the tests
|
||||
# build the project. We can't run the tests because that requires a signed build.
|
||||
# FIXME: remove `arch -arm64` when GitLab CI supports running natively on M1 Macs
|
||||
# List available "destinations" with: xcrun simctl list
|
||||
- arch -arm64 xcodebuild test -project 'KDE Connect.xcodeproj' -scheme 'KDE Connect'
|
||||
# skipPackagePluginValidation skips running SwiftLintPlugin, which is not available in the CI
|
||||
- arch -arm64 xcodebuild build -project 'KDE Connect.xcodeproj' -scheme 'KDE Connect'
|
||||
-destination 'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=17.0'
|
||||
-skipPackagePluginValidation CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=""
|
||||
-skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=""
|
||||
tags:
|
||||
- macOS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user