mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 05:18:31 -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 \
|
||||
--keychain $KEYCHAIN \
|
||||
$KEYCHAIN_PROFILE
|
||||
# not necessary on github runner but serves as documentation for local setup
|
||||
- name: Update Apple Intermediate Certificate
|
||||
run: |
|
||||
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
|
||||
- name: Dump build settings
|
||||
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
|
||||
run: brew install kadwanev/brew/retry
|
||||
- name: Build for ${{ matrix.destination.platform }}/${{ matrix.destination.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user