mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 05:49:25 -04:00
additional comments
This commit is contained in:
parent
b3a3dbadc1
commit
55db5807df
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
--validate \
|
--validate \
|
||||||
--keychain $KEYCHAIN \
|
--keychain $KEYCHAIN \
|
||||||
$KEYCHAIN_PROFILE
|
$KEYCHAIN_PROFILE
|
||||||
|
# not necessary on github runner but serves as documentation for local setup
|
||||||
- name: Update Apple Intermediate Certificate
|
- name: Update Apple Intermediate Certificate
|
||||||
run: |
|
run: |
|
||||||
curl -L -o ~/Downloads/AppleWWDRCAG3.cer https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer
|
curl -L -o ~/Downloads/AppleWWDRCAG3.cer https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer
|
||||||
@ -70,6 +71,7 @@ jobs:
|
|||||||
run: xcrun xcodebuild -checkFirstLaunchStatus || xcrun xcodebuild -runFirstLaunch
|
run: xcrun xcodebuild -checkFirstLaunchStatus || xcrun xcodebuild -runFirstLaunch
|
||||||
- name: Dump build settings
|
- name: Dump build settings
|
||||||
run: xcrun xcodebuild -workspace $XC_WORKSPACE -scheme $XC_SCHEME -showBuildSettings
|
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: Install retry command
|
- name: Install retry command
|
||||||
run: brew install kadwanev/brew/retry
|
run: brew install kadwanev/brew/retry
|
||||||
- name: Build for ${{ matrix.destination.platform }}/${{ matrix.destination.name }}
|
- name: Build for ${{ matrix.destination.platform }}/${{ matrix.destination.name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user