mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 03:40:45 -04:00
Update build action
This commit is contained in:
parent
2e13a4dc02
commit
ae4602573b
5
.github/actions/xcbuild/action.yml
vendored
5
.github/actions/xcbuild/action.yml
vendored
@ -14,6 +14,9 @@ inputs:
|
||||
required: true
|
||||
APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD:
|
||||
required: true
|
||||
DOWNLOAD_DEPENDENCIES:
|
||||
required: true
|
||||
default: true
|
||||
DEPLOYMENT_SIGNING_CERTIFICATE:
|
||||
required: false
|
||||
DEPLOYMENT_SIGNING_CERTIFICATE_P12_PASSWORD:
|
||||
@ -96,6 +99,7 @@ runs:
|
||||
KEYCHAIN_PASSWORD: ${{ inputs.KEYCHAIN_PASSWORD }}
|
||||
|
||||
- name: Download dependencies
|
||||
if: ${{ inputs.DOWNLOAD_DEPENDENCIES }}
|
||||
shell: bash
|
||||
run: brew bundle
|
||||
|
||||
@ -110,7 +114,6 @@ runs:
|
||||
shell: bash
|
||||
run: xcrun xcodebuild -workspace $XC_WORKSPACE -scheme $XC_SCHEME -showBuildSettings
|
||||
|
||||
# build is launched up to twice as it's common the build fails, looking for CoreKiwix module
|
||||
- name: Build with Xcode
|
||||
env:
|
||||
FRAMEWORK_SEARCH_PATHS: ${{ env.PWD }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user