Skip to content

Add gradual rasterizer for silo team's review. #157

Add gradual rasterizer for silo team's review.

Add gradual rasterizer for silo team's review. #157

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: Build with Maven
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true