File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build All
2- # on: [workflow_dispatch]
3- on :
4- push :
5- branches :
6- - ci-fix-android
2+ on : [workflow_dispatch]
73jobs :
84 build_android :
95 uses : ./.github/workflows/build_android.yml
10- # build_ios:
11- # uses: ./.github/workflows/build_ios.yml
6+ build_ios :
7+ uses : ./.github/workflows/build_ios.yml
128 build_linux :
139 uses : ./.github/workflows/build_linux.yml
14- # build_osx:
15- # uses: ./.github/workflows/build_osx.yml
16- # build_windows:
17- # uses: ./.github/workflows/build_windows.yml
10+ build_osx :
11+ uses : ./.github/workflows/build_osx.yml
12+ build_windows :
13+ uses : ./.github/workflows/build_windows.yml
Original file line number Diff line number Diff line change 11name : Test All
2- on : [workflow_dispatch]
2+ # on: [workflow_dispatch]
3+ on :
4+ push :
5+ branches :
6+ - ci-fix-android
37jobs :
48 test_linux :
59 uses : ./.github/workflows/test_linux.yml
610 secrets : inherit
7- test_osx :
8- uses : ./.github/workflows/test_osx.yml
9- secrets : inherit
10- test_windows :
11- uses : ./.github/workflows/test_windows.yml
11+ test_android :
12+ uses : ./.github/workflows/test_android.yml
1213 secrets : inherit
14+ # test_osx:
15+ # uses: ./.github/workflows/test_osx.yml
16+ # secrets: inherit
17+ # test_windows:
18+ # uses: ./.github/workflows/test_windows.yml
19+ # secrets: inherit
You can’t perform that action at this time.
0 commit comments