Skip to content

Commit 2fa52d2

Browse files
committed
CI for Coq 8.12
1 parent 082880f commit 2fa52d2

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.circleci/config.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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
@@ -17,7 +17,7 @@ jobs:
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"

meta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ organization: coq-community
66
community: true
77
circleci: true
88
ci_test_dependants: true
9+
ci_extra_dev: true
10+
submodule: true
911

1012
synopsis: A library of Coq definitions, theorems, and tactics
1113
description: 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

4043
make_target: theories

0 commit comments

Comments
 (0)