Skip to content

Commit db8332b

Browse files
authored
devops: checkout, build, and upload webkit-mac-11 (#4353)
1 parent b94a7c0 commit db8332b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build_webkit.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
name: tests
1+
name: browser builds
22

33
on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- '.github/workflows/build_webkit.yml'
9+
- 'browser_patches/webkit/BUILD_NUMBER'
710

811
jobs:
9-
build_mac:
12+
build_webkit_mac:
1013
name: build webkit @ ${{ matrix.os }}
1114
strategy:
1215
fail-fast: false
1316
matrix:
14-
os: [macos-10.15, macos-11.0]
17+
os: [macos-11.0]
1518
runs-on: ${{ matrix.os }}
1619
steps:
1720
- uses: actions/checkout@v2
@@ -23,6 +26,5 @@ jobs:
2326
run: |
2427
git config --global user.name github-actions
2528
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
2830

0 commit comments

Comments
 (0)