Skip to content

SampCert submodule and build #861

SampCert submodule and build

SampCert submodule and build #861

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
with:
submodules: 'true'
- 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