File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- name : tests
1
+ name : browser builds
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- master
7
+ paths :
8
+ - ' .github/workflows/build_webkit.yml'
9
+ - ' browser_patches/webkit/BUILD_NUMBER'
7
10
8
11
jobs :
9
- build_mac :
12
+ build_webkit_mac :
10
13
name : build webkit @ ${{ matrix.os }}
11
14
strategy :
12
15
fail-fast : false
13
16
matrix :
14
- os : [macos-10.15, macos- 11.0]
17
+ os : [macos-11.0]
15
18
runs-on : ${{ matrix.os }}
16
19
steps :
17
20
- uses : actions/checkout@v2
23
26
run : |
24
27
git config --global user.name github-actions
25
28
git config --global user.email [email protected]
26
- - run : ./browser_patches/prepare_checkout.sh webkit
27
- - run : ./browser_patches/webkit/build.sh
29
+ - run : ./browser_patches/checkout_build_archive_upload.sh webkit-mac-11.0
28
30
You can’t perform that action at this time.
0 commit comments