File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ name : Generate HTML doc using Rocqnavi
2+
13on :
24 push :
35 branches-ignore : ["gh-pages"]
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
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ build: [make "-C" "classical" "-j%{jobs}%"]
1616install: [make "-C" "classical" "install"]
1717depends: [
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
You can’t perform that action at this time.
0 commit comments