File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
type : string
11
11
docker :
12
12
- image : <<parameters.coq>>
13
- resource_class : medium
13
+ resource_class : large
14
14
environment :
15
- OPAMJOBS : 2
15
+ OPAMJOBS : 4
16
16
OPAMVERBOSE : 1
17
17
OPAMYES : true
18
18
TERM : xterm
@@ -76,14 +76,14 @@ workflows:
76
76
name : " Coq 8.12-ocaml-4.11-flambda"
77
77
coq : " coqorg/coq:8.12-ocaml-4.11-flambda"
78
78
- build :
79
- name : " Coq 8.13-ocaml-4.11 -flambda"
80
- coq : " coqorg/coq:8.13-ocaml-4.11 -flambda"
79
+ name : " Coq 8.13-ocaml-4.12 -flambda"
80
+ coq : " coqorg/coq:8.13-ocaml-4.12 -flambda"
81
81
- build :
82
82
name : " Coq 8.14-ocaml-4.12-flambda"
83
83
coq : " coqorg/coq:8.14-ocaml-4.12-flambda"
84
84
- build :
85
85
name : " Coq 8.15-ocaml-4.12-flambda"
86
86
coq : " coqorg/coq:8.15-ocaml-4.12-flambda"
87
87
- build :
88
- name : " Coq dev-ocaml-4.11 -flambda"
89
- coq : " coqorg/coq:dev-ocaml-4.11 -flambda"
88
+ name : " Coq dev-ocaml-4.12 -flambda"
89
+ coq : " coqorg/coq:dev-ocaml-4.12 -flambda"
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ tested_coq_opam_versions:
37
37
- version : ' 8.10'
38
38
- version : ' 8.11-ocaml-4.11-flambda'
39
39
- version : ' 8.12-ocaml-4.11-flambda'
40
- - version : ' 8.13-ocaml-4.11 -flambda'
40
+ - version : ' 8.13-ocaml-4.12 -flambda'
41
41
- version : ' 8.14-ocaml-4.12-flambda'
42
42
- version : ' 8.15-ocaml-4.12-flambda'
43
- - version : ' dev-ocaml-4.11 -flambda'
43
+ - version : ' dev-ocaml-4.12 -flambda'
44
44
45
45
make_target : theories
46
46
test_target : examples
You can’t perform that action at this time.
0 commit comments