-
Notifications
You must be signed in to change notification settings - Fork 67
/
codemagic.yaml
34 lines (33 loc) · 973 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
32
33
34
# Automatically generated on 2022-10-31 UTC from https://codemagic.io/app/6360294d58d53c61b12f5664/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: 30
environment:
flutter: default
xcode: latest
cocoapods: default
cache:
cache_paths: []
scripts:
- name: Get packages
script: |
flutter pub get
- name: Generate language files
script: |
flutter pub run slang
- name: Generate other files
script: |
flutter pub run build_runner build -d
- name: Generate and run golden tests
script: |
flutter test --update-goldens --tags=golden
artifacts:
- '*.snap'
- build/windows/**/*.msix
- flutter_drive.log
publishing:
email:
recipients: