Skip to content

Attempt to build all #1

Attempt to build all

Attempt to build all #1

Workflow file for this run

name: make all
on: [ pull_request ]
jobs:
buildTest:
name: make all
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macOS-13 ]
java_version: [ 17 ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install JDK ${{ matrix.java_version }}
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: ${{ matrix.java_version }}
- name: make all
run: tools/make-all.sh