Skip to content

Commit

Permalink
devops: checkout, build, and upload webkit-mac-11 (#4353)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Nov 5, 2020
1 parent b94a7c0 commit db8332b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_webkit.yml
@@ -1,17 +1,20 @@
name: tests
name: browser builds

on:
push:
branches:
- master
paths:
- '.github/workflows/build_webkit.yml'
- 'browser_patches/webkit/BUILD_NUMBER'

jobs:
build_mac:
build_webkit_mac:
name: build webkit @ ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-10.15, macos-11.0]
os: [macos-11.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -23,6 +26,5 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- run: ./browser_patches/prepare_checkout.sh webkit
- run: ./browser_patches/webkit/build.sh
- run: ./browser_patches/checkout_build_archive_upload.sh webkit-mac-11.0

0 comments on commit db8332b

Please sign in to comment.