Skip to content

Commit 36dd68c

Browse files
authored
Merge pull request #4 from coq-community/ci-8.14
update ci boilerplate for 8.14
2 parents 0910538 + dddd020 commit 36dd68c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/docker-action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
image:
2020
- 'coqorg/coq:dev'
21+
- 'coqorg/coq:8.14'
2122
- 'coqorg/coq:8.13'
2223
- 'coqorg/coq:8.12'
2324
- 'coqorg/coq:8.11'

coq-coqtail.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Coqtail is a library of mathematical theorems and tools proved inside
1616
the Coq proof assistant. Results range mostly from arithmetic to real
1717
and complex analysis."""
1818

19-
build: [make "-j%{jobs}%" ]
19+
build: [make "-j%{jobs}%"]
2020
install: [make "install"]
2121
depends: [
2222
"coq" {(>= "8.11" & < "8.15~") | (= "dev")}

dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name Coqtail)
33
(package coq-coqtail)
44
(synopsis "Library of mathematical theorems and tools proved inside the Coq")
5-
(flags
5+
(flags :standard
66
-w -deprecated-hint-without-locality
77
-w -deprecated-hint-rewrite-without-locality
88
-w -deprecated-instance-without-locality))

meta.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,21 @@ tested_coq_nix_versions:
4242

4343
tested_coq_opam_versions:
4444
- version: dev
45+
- version: '8.14'
4546
- version: '8.13'
4647
- version: '8.12'
4748
- version: '8.11'
4849

4950
namespace: Coqtail
5051

5152
build: |-
52-
## Building instructions
53+
## Building instructions
5354
54-
``` shell
55-
git clone https://github.com/coq-community/coqtail-math
56-
cd coqtail-math
57-
make # or make -j <number-of-cores-on-your-machine>
58-
```
55+
``` shell
56+
git clone https://github.com/coq-community/coqtail-math
57+
cd coqtail-math
58+
make # or make -j <number-of-cores-on-your-machine>
59+
```
5960
6061
keywords:
6162
- name: real analysis

0 commit comments

Comments
 (0)