Skip to content

fixed StringCharBuffer (#498) #377

fixed StringCharBuffer (#498)

fixed StringCharBuffer (#498) #377

Workflow file for this run

name: baseline build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] #, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew check
- name: Run PolDet test
run: ./gradlew testPolDet