From 55db5807df63ceb734eaa9ec09df66b586bde4d3 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Wed, 15 Nov 2023 16:19:57 +0000 Subject: [PATCH] additional comments --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964ab131..0b83cf00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}