Skip to content

Submodule explicit branch #892

Submodule explicit branch

Submodule explicit branch #892

Workflow file for this run

name: 'Build Java'
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
jobs:
build-java:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash scripts/prep.sh
- run: DAFNY=dafny/dafny TARGET_LANG=java bash scripts/build.sh
- run: build/java/run_samplers.sh
- run: build/java/run_shuffling.sh