Skip to content

Merge pull request #15 from i321takeji/sec62-patch #11

Merge pull request #15 from i321takeji/sec62-patch

Merge pull request #15 from i321takeji/sec62-patch #11

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- 5.2
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
default: https://github.com/ocaml/opam-repository.git
cache-prefix: ${{ steps.multicore_hash.outputs.commit }}
opam-depext: false
- run: opam install ocamlbuild ocamlfind
- run: |
cd sources
opam exec -- make all