Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedenes committed Oct 27, 2023
1 parent 8b72215 commit eb26109
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Configure Dune
run: |
mkdir -p ~/.config/dune
Expand Down Expand Up @@ -43,23 +45,19 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Install deps
env:
OPAMYES: true
run: |
opam install ./jasmin-language-server.opam --deps-only --with-doc --with-test
- name: Build jasmin-language-server
run: |
eval $(opam env)
cd dune build
- name: Unit tests
run: |
eval $(opam env)
Expand Down

0 comments on commit eb26109

Please sign in to comment.