File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 2828 default: https://github.com/ocaml/opam-repository.git
2929
3030 - name : Build Mathcomp Analysis
31- run : opam install -y --deps-only . && opam exec -- make -j 4
32-
33- - name : Install Rocqnavi
34- run : opam install -y rocq-navi.0.3.1
31+ run : opam install -y --deps-only . --with-doc && opam exec -- make -j 4
3532
3633 - name : Generate Documents
3734 run : opam exec -- make html
Original file line number Diff line number Diff line change 3535 default: https://github.com/ocaml/opam-repository.git
3636
3737 - name : Build Mathcomp Analysis
38- run : opam install -y --deps-only . && opam exec -- make -j 4
39-
40- - name : Install Rocqnavi
41- run : opam install -y rocq-navi.0.3.1
38+ run : opam install -y --deps-only . --with-doc && opam exec -- make -j 4
4239
4340 - name : Generate Documents
4441 run : |
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ depends: [
1919 "rocq-mathcomp-solvable"
2020 "rocq-mathcomp-field"
2121 "rocq-mathcomp-bigenough" { (>= "1.0.0") }
22+ "rocq-navi" {= "0.4.1" & with-doc}
2223]
2324
2425conflicts: [ "coq-mathcomp-analysis" { < "1.16~" } ]
You can’t perform that action at this time.
0 commit comments