-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemagic.yaml
31 lines (30 loc) · 957 Bytes
/
codemagic.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Automatically generated on 2021-01-27 UTC from https://codemagic.io/app/601149d9f7a14278e6d39297/settings
# Note that this configuration is not an exact match to UI settings. Review and adjust as necessary.
workflows:
default-workflow:
name: Default Workflow
max_build_duration: 60
environment:
flutter: stable
xcode: latest
cocoapods: default
scripts:
- cd ./mobile && flutter packages pub get
- cd ./mobile && flutter config --enable-web
- find . -name "Podfile" -execdir pod install \;
- cd ./mobile && flutter build ios --release --no-codesign
- |
# build web
cd ./mobile
flutter build web --release
cd build/web
7z a -r ../web.zip ./*
artifacts:
- build/ios/ipa/*.ipa
- /tmp/xcodebuild_logs/*.log
- build/web.zip
- flutter_drive.log
publishing:
email:
recipients: