File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 66 coq :
77 type : string
88 docker :
9- - image : coqorg/coq: <<parameters.coq>>
9+ - image : <<parameters.coq>>
1010 resource_class : medium
1111 environment :
1212 OPAMJOBS : 2
1717 - checkout
1818 - run :
1919 name : Pull submodules
20- command : git submodule update --init
20+ command : git submodule update --init --recursive
2121 - run :
2222 name : Configure environment
2323 command : echo . ~/.profile >> $BASH_ENV
@@ -58,16 +58,19 @@ workflows:
5858 jobs :
5959 - build :
6060 name : " Coq 8.8"
61- coq : " 8.8"
61+ coq : " coqorg/coq: 8.8"
6262 - build :
6363 name : " Coq 8.9"
64- coq : " 8.9"
64+ coq : " coqorg/coq: 8.9"
6565 - build :
6666 name : " Coq 8.10"
67- coq : " 8.10"
67+ coq : " coqorg/coq: 8.10"
6868 - build :
6969 name : " Coq 8.11"
70- coq : " 8.11"
70+ coq : " coqorg/coq:8.11"
71+ - build :
72+ name : " Coq 8.12"
73+ coq : " coqorg/coq:8.12"
7174 - build :
7275 name : " Coq dev"
73- coq : " dev"
76+ coq : " coqorg/coq: dev"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ organization: coq-community
66community : true
77circleci : true
88ci_test_dependants : true
9+ ci_extra_dev : true
10+ submodule : true
911
1012synopsis : A library of Coq definitions, theorems, and tactics
1113description : A collection of theories and plugins that may be useful in other Coq developments.
@@ -35,6 +37,7 @@ tested_coq_opam_versions:
3537 - version : ' 8.9'
3638 - version : ' 8.10'
3739 - version : ' 8.11'
40+ - version : ' 8.12'
3841 - version : ' dev'
3942
4043make_target : theories
You can’t perform that action at this time.
0 commit comments