diff --git a/.forgejo/workflows/ios-beta.yaml b/.forgejo/workflows/ios-beta.yaml index acfb06c3a..a077c7d4b 100644 --- a/.forgejo/workflows/ios-beta.yaml +++ b/.forgejo/workflows/ios-beta.yaml @@ -66,6 +66,10 @@ jobs: CERTIFICATES_DEV_P12: ${{ secrets.CERTIFICATES_DEV_P12 }} CERTIFICATES_DISTR_P12: ${{ secrets.CERTIFICATES_DISTR_P12 }} + - name: Configure repository + shell: bash + run: ./configure.sh + - name: Compile and upload to TestFlight run: | echo "IOS_VERSION=$(../tools/unix/version.sh ios_version)-$(../tools/unix/version.sh ios_build)" >> "$GITHUB_ENV" diff --git a/.forgejo/workflows/ios-check.yaml b/.forgejo/workflows/ios-check.yaml index 2e459a353..840d9b313 100644 --- a/.forgejo/workflows/ios-check.yaml +++ b/.forgejo/workflows/ios-check.yaml @@ -59,6 +59,10 @@ jobs: shell: bash run: git submodule update --depth 1 --init --recursive --jobs=$(($(sysctl -n hw.logicalcpu) * 20)) + - name: Configure repository + shell: bash + run: ./configure.sh + - name: Configure XCode cache uses: irgaly/xcode-cache@v1 with: diff --git a/.github/workflows/ios-check.yaml b/.github/workflows/ios-check.yaml index eee05fcd5..b644403c6 100644 --- a/.github/workflows/ios-check.yaml +++ b/.github/workflows/ios-check.yaml @@ -37,6 +37,10 @@ jobs: shell: bash run: git submodule update --depth 1 --init --recursive --jobs=$(($(sysctl -n hw.logicalcpu) * 20)) + - name: Configure repository + shell: bash + run: ./configure.sh + - name: Configure XCode cache uses: irgaly/xcode-cache@v1 with: diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c846b75ef..b61002b79 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -87,6 +87,8 @@ brew install wget optipng cmake qt #### Clone the repository ```bash git clone --recurse-submodules --shallow-submodules https://codeberg.org/comaps/comaps.git +cd comaps +./configure.sh ``` ### Special cases options