File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- ocaml-version : [4.10.0 , 4.11.0 ]
10+ ocaml-version : [4.10.2 , 4.11.2 ]
1111 runs-on : ${{ matrix.operating-system }}
1212 steps :
1313 - uses : actions/checkout@v2
3838 run : opam exec -- dune build @install --workspace dune-workspace.freestanding
3939 - name : Running tests (freestanding)
4040 run : opam exec -- dune runtest --workspace dune-workspace.freestanding
41+ MacOS :
42+ runs-on : macos-latest
43+ steps :
44+ - uses : actions/checkout@v2
45+ - uses : actions-ml/setup-ocaml@master
46+ with :
47+ ocaml-version : 4.11.2
48+ - name : Dune, global GMP
49+ run : opam depext -iyt conf-gmp dune
50+ - name : Compiling example project
51+ run : opam exec -- dune build @install
52+ - name : Running tests
53+ run : opam exec -- dune runtest
You can’t perform that action at this time.
0 commit comments