Navigation Menu

Skip to content

Commit

Permalink
Tests buildJDK on both master and mandrel/20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jun 29, 2020
1 parent 359bcdd commit facbbfa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/buildJDK.yml
Expand Up @@ -6,12 +6,14 @@ on:
- 'buildJDK.sh'
- 'src/**'
- 'resources/**'
- '.github/workflows/buildJDK.yml'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'buildJDK.sh'
- 'src/**'
- 'resources/**'
- '.github/workflows/buildJDK.yml'

env:
MX_GIT_CACHE: refcache
Expand All @@ -22,15 +24,18 @@ env:
MANDREL_VERSION: 10.9.8.7 test-build

jobs:
build-and-test:
build-and-test-${{ matrix.mandrel-ref }}:
runs-on: ubuntu-latest
strategy:
matrix:
mandrel-ref: [master, mandrel/20.1]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: graalvm/mandrel.git
fetch-depth: 1
ref: master
ref: ${{ matrix.mandrel-ref }}
path: ${{ github.workspace }}/mandrel
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit facbbfa

Please sign in to comment.