Skip to content

Commit

Permalink
Merge pull request #510 from LPCIC/ci-on-ocaml-5
Browse files Browse the repository at this point in the history
test ocaml 5
  • Loading branch information
gares authored Oct 3, 2023
2 parents a6a75f9 + b2be79b commit 0075324
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
env:
OPAMWITHTEST: 'true'

play:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v2
with:
ocaml-compiler: 5.1.x
- run: |
opam install ./coq-elpi.opam
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ opam pin add coq-elpi https://github.com/LPCIC/coq-elpi.git
One can also clone this repository and type `make`, but check you have
all the dependencies installed first (see [coq-elpi.opam](coq-elpi.opam)).

We recommend to look at the [CI setup](.github/workflows) for
ocaml versions being tested. Also, we recommend to install `dot-merlin-reader`
and `ocaml-lsp-server` (version 1.15).

</p></details>

## Documentation
Expand Down
2 changes: 2 additions & 0 deletions coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ depends: [
"stdlib-shims"
"elpi" {>= "1.16.5" & < "1.18.0~"}
"coq" {>= "8.18" & < "8.19~" }
"dot-merlin-reader" {with-dev}
"ocaml-lsp-server" {with-dev}
]
tags: [
"category:Miscellaneous/Coq Extensions"
Expand Down

0 comments on commit 0075324

Please sign in to comment.