File tree Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 1
1
name : Build test
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
4
8
5
9
jobs :
6
10
test_iOS :
@@ -21,10 +25,11 @@ jobs:
21
25
- run : flutter --version
22
26
- run : flutter pub get
23
27
- run : flutter analyze lib example/lib
28
+ - run : flutter pub publish --dry-run
24
29
- run : cd example; flutter build ios --no-codesign
25
30
26
31
test_android :
27
- name : Test android on ${{ matrix.os }}
32
+ name : Test Android on ${{ matrix.os }}
28
33
runs-on : ${{ matrix.os }}
29
34
strategy :
30
35
matrix :
41
46
- run : flutter --version
42
47
- run : flutter pub get
43
48
- run : flutter analyze lib example/lib
49
+ - run : flutter pub publish --dry-run
44
50
- run : sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
45
51
- run : cd example; flutter build apk --debug
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments