Skip to content

Commit

Permalink
use modern opam in-repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog authored and thery committed Sep 29, 2022
1 parent 0f03e44 commit 6584dda
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
coq_version: ['8.11', '8.12', '8.13', '8.14', '8.15', 'dev']
coq_version: ['8.12', '8.13', '8.14', '8.15', 'dev']
ocaml_version: ['default']
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coqprime.opam'
opam_file: 'coq-coqprime.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}
5 changes: 1 addition & 4 deletions opam/opam → coq-coqprime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ install: [
]
depends: [
"ocaml"
"coq" {>= "8.11~"}
"coq" {>= "8.12~"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"
url {
src: "git+https://github.com/thery/coqprime.git#master"
}
1 change: 0 additions & 1 deletion coqprime.opam

This file was deleted.

1 change: 0 additions & 1 deletion opam/descr

This file was deleted.

3 changes: 0 additions & 3 deletions opam/url

This file was deleted.

0 comments on commit 6584dda

Please sign in to comment.