Skip to content

Commit

Permalink
[ci] Make iOS Jenkins job more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Dec 13, 2024
1 parent 20b10bc commit 1406806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app-ios/mail-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ targets:
PRODUCT_NAME: "Tuta D"
Release Staging:
PRODUCT_NAME: "Tuta Test"
PROVISIONING_PROFILE_SPECIFIER: "match AdHoc de.tutao.tutanota.test"
PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]: "match AdHoc de.tutao.tutanota.test 1716556941"
Release Production:
PRODUCT_NAME: "Tuta Mail"
groups:
Expand Down
5 changes: 3 additions & 2 deletions ci/Ios.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def stubClientDirectory() {
script {
sh "pwd"
sh "echo $PATH"
sh "mkdir build-calendar-app"
sh "mkdir build"
sh "mkdir -p build-calendar-app"
sh "mkdir -p build"
}
}

Expand All @@ -189,6 +189,7 @@ def generateXCodeProject(String projectPath, String spec) {
// Runs xcodegen on all of our project specs
def generateXCodeProjects() {
generateXCodeProject("app-ios", "mail-project")
generateXCodeProject("app-ios", "calendar-project")
generateXCodeProject("tuta-sdk/ios", "project")
}

Expand Down

0 comments on commit 1406806

Please sign in to comment.