mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: checkout, build, and upload webkit-mac-11 (#4353)
This commit is contained in:
parent
b94a7c0e60
commit
db8332b811
12
.github/workflows/build_webkit.yml
vendored
12
.github/workflows/build_webkit.yml
vendored
@ -1,17 +1,20 @@
|
|||||||
name: tests
|
name: browser builds
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/build_webkit.yml'
|
||||||
|
- 'browser_patches/webkit/BUILD_NUMBER'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_mac:
|
build_webkit_mac:
|
||||||
name: build webkit @ ${{ matrix.os }}
|
name: build webkit @ ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-10.15, macos-11.0]
|
os: [macos-11.0]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -23,6 +26,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email github-actions@github.com
|
git config --global user.email github-actions@github.com
|
||||||
- run: ./browser_patches/prepare_checkout.sh webkit
|
- run: ./browser_patches/checkout_build_archive_upload.sh webkit-mac-11.0
|
||||||
- run: ./browser_patches/webkit/build.sh
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user