Skip to content

Check Build WWW

Check Build WWW #16

name: Check Build WWW
on:
schedule:
- cron: '0 8 * * 0'
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-compiler:
- "5.1"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: |
opam install dune menhir zarith js_of_ocaml js_of_ocaml-ppx zarith_stubs_js
opam exec -- make Version.ml
opam exec -- dune build tools/cat2html.exe
opam exec -- make -C herd-www