Skip to content

Commit 5c16ce8

Browse files
yoshihiro503adjevahi
authored andcommitted
CI: Use extr-dev opam repository while generating the Rocqnavi doc (math-comp#2005)
1 parent ffc08c3 commit 5c16ce8

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/deploy-docs-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
with:
2525
ocaml-compiler: 4.14
2626
opam-repositories: |
27-
coq-released: https://coq.inria.fr/opam/released
2827
default: https://github.com/ocaml/opam-repository.git
28+
rocq-released: https://rocq-prover.org/opam/released
29+
rocq-extra-dev: https://rocq-prover.org/opam/extra-dev
2930
3031
- name: Build Mathcomp Analysis
3132
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4

.github/workflows/generate_docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Generate HTML doc using Rocqnavi
2+
13
on:
24
push:
35
branches-ignore: ["gh-pages"]
@@ -31,8 +33,9 @@ jobs:
3133
with:
3234
ocaml-compiler: 4.14
3335
opam-repositories: |
34-
coq-released: https://coq.inria.fr/opam/released
3536
default: https://github.com/ocaml/opam-repository.git
37+
rocq-released: https://rocq-prover.org/opam/released
38+
rocq-extra-dev: https://rocq-prover.org/opam/extra-dev
3639
3740
- name: Build Mathcomp Analysis
3841
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4

rocq-mathcomp-classical.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ build: [make "-C" "classical" "-j%{jobs}%"]
1616
install: [make "-C" "classical" "install"]
1717
depends: [
1818
"rocq-core" { (>= "9.0" & < "9.2~") | (= "dev") }
19-
"rocq-mathcomp-ssreflect" { (>= "2.5.0" & < "2.6~") | (= "dev") }
19+
"rocq-mathcomp-ssreflect" { (= "dev") }
2020
"rocq-mathcomp-fingroup"
2121
"rocq-mathcomp-algebra"
22-
"rocq-mathcomp-finmap" { (>= "2.1.0") }
22+
"rocq-mathcomp-finmap" { (= "dev") }
2323
"rocq-hierarchy-builder" { (>= "1.8.0") }
2424
]
2525

0 commit comments

Comments
 (0)