File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2626 - ' coqorg/coq:8.16'
2727 - ' coqorg/coq:8.17'
2828 - ' coqorg/coq:8.18'
29+ - ' coqorg/coq:8.19'
2930 - ' coqorg/coq:dev'
3031 fail-fast : false
3132 steps :
5253 make -j`nproc` coqdoc
5354 endGroup
5455 before_script : |
55- startGroup "Install and configure Clang"
56- opam install conf-clang
57- endGroup
5856 startGroup "Workaround permission issue"
5957 sudo chown -R coq:coq .
6058 endGroup
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ tested_coq_opam_versions:
4141 - version : ' 8.16'
4242 - version : ' 8.17'
4343 - version : ' 8.18'
44+ - version : ' 8.19'
4445 - version : ' dev'
4546
4647make_target : theories
@@ -54,9 +55,6 @@ action_appendix: |2-
5455 make -j`nproc` coqdoc
5556 endGroup
5657 before_script: |
57- startGroup "Install and configure Clang"
58- opam install conf-clang
59- endGroup
6058 startGroup "Workaround permission issue"
6159 sudo chown -R coq:coq .
6260 endGroup
You can’t perform that action at this time.
0 commit comments