Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emc2314 committed Oct 5, 2022
1 parent cbd906c commit c980e79
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,19 @@ workflows:
echo "flutter.sdk=$HOME/programs/flutter" > "$FCI_BUILD_DIR/android/local.properties"
- flutter packages pub get
- |
#!/bin/sh
# fetch db and sudachi.rs dict
wget https://jp.xydustc.me/f/arujisho.db.zip -O db/arujisho.db.zip
- flutter build apk --release
cd sudachi.rs
sh prepare_diczip.sh
cd ..
- |
# install rust
brew install rustup
rustup-init -y
source "$HOME/.cargo/env"
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android aarch64-apple-ios
cargo install cargo-ndk
flutter build apk --release
- find . -name "Podfile" -execdir pod install \;
- flutter build ios --release --no-codesign
- |
Expand Down

0 comments on commit c980e79

Please sign in to comment.