Merge pull request #91 from kiwix/fix-ci

Fix CI/CD after bundle changes
This commit is contained in:
Kelson 2025-03-31 09:53:24 +02:00 committed by GitHub
commit ddcf0d2965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,10 @@ jobs:
cd apple cd apple
cat Brewfile | grep -v -e pre-commit > Brewfile_CI cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI brew bundle --force --file Brewfile_CI
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap
python localizations.py generate
cd .. cd ..
- name: Generate project based on tag - name: Generate project based on tag

View File

@ -58,6 +58,10 @@ jobs:
run: | # remove pre-commit, it's not needed for CI run: | # remove pre-commit, it's not needed for CI
cat Brewfile | grep -v -e pre-commit > Brewfile_CI cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI brew bundle --force --file Brewfile_CI
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap
python localizations.py generate
- name: Generate project based on tag - name: Generate project based on tag
env: env: