Skip to content

Commit

Permalink
Add windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 24, 2021
1 parent 6001c36 commit 9dc71f4
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
# TODO Disabled due to go/jd dependency.
# - windows-latest
- windows-latest

ocaml-compiler:
- 4.08.x
Expand All @@ -36,17 +35,13 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: opam install . --deps-only --with-test

- run: opam exec -- dune build @all
- name: Install dependencies
run: |
opam install . --deps-only --with-test
# - uses: actions/setup-go@v2
# with:
# go-version: '^1.13.1' # The Go version to download (if necessary) and use.
# - run: |
# # Install go json diff tool for running tests
# go version
# go install github.com/josephburnett/jd@latest
- name: Build
run: |
opam exec -- dune build @all
- name: Tests
run: |
Expand Down

0 comments on commit 9dc71f4

Please sign in to comment.