devops: checkout, build, and upload webkit-mac-11 (#4353)

This commit is contained in:
Andrey Lushnikov 2020-11-05 02:48:46 -08:00 committed by GitHub
parent b94a7c0e60
commit db8332b811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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