Skip to content

Commit

Permalink
fix ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Dec 18, 2023
1 parent 65aeefd commit 0163c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
-scheme "${{ matrix.scheme }}" \
-derivedDataPath "DerivedData" \
-configuration "CI" \
-skipPackagePluginValidation \
ENABLE_TESTABILITY=true \
ONLY_ACTIVE_ARCH=${{ matrix.active-arch }} \
"-skip-testing:${{ matrix.integration-tests-target }}" \
Expand All @@ -146,6 +147,7 @@ jobs:
-scheme "${{ matrix.scheme }}" \
-derivedDataPath "DerivedData" \
-configuration "CI" \
-skipPackagePluginValidation \
ENABLE_TESTABILITY=true \
ONLY_ACTIVE_ARCH=${{ matrix.active-arch }} \
"-only-testing:${{ matrix.integration-tests-target }}" \
Expand Down Expand Up @@ -320,6 +322,7 @@ jobs:
-scheme "${{ matrix.scheme }}" \
-derivedDataPath "DerivedData" \
-configuration "Release" \
-skipPackagePluginValidation \
| tee release-xcodebuild.log \
| xcbeautify
Expand Down
2 changes: 2 additions & 0 deletions scripts/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ archive_and_export() {
-configuration "${configuration}" \
-archivePath "${archive}" \
-derivedDataPath "${derived_data}" \
-skipPackagePluginValidation \
MARKETING_VERSION="${app_version}" \
CURRENT_PROJECT_VERSION="${build_number}" \
RELEASE_PRODUCT_NAME_OVERRIDE=DuckDuckGo \
Expand All @@ -259,6 +260,7 @@ archive_and_export() {
-exportPath "${workdir}" \
-exportOptionsPlist "${export_options_plist}" \
-configuration "${configuration}" \
-skipPackagePluginValidation \
2>&1 \
| ${log_formatter}
}
Expand Down

0 comments on commit 0163c6f

Please sign in to comment.