Skip to content

Commit

Permalink
add macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 23, 2024
1 parent 0ede733 commit 1172bf2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
triplet: "x64-mingw-static"
- os: windows-latest
ocaml-compiler: "arch-x86_32,system-mingw,ocaml.5.2.0"
triplet: "x32-mingw-static"
triplet: "x86-mingw-static"
- os: macos-latest
ocaml-compiler: "5.2.0"
triplet: "arm64-osx"
- os: macos-13
ocaml-compiler: "5.2.0"
triplet: "x64-osx"
defaults:
run:
shell: bash
Expand Down Expand Up @@ -69,7 +75,6 @@ jobs:
dune-cache: false

- run: opam exec -- opam install . --deps-only

- name: Install deps & build
run: opam exec -- dune build --verbose
- run: opam exec -- dune build --verbose
- run: opam exec -- dune exec ODiffBin -- --version

0 comments on commit 1172bf2

Please sign in to comment.