Skip to content

Commit bb0bbac

Browse files
authored
Merge pull request #90 from coq-community/compatibility-8.12
update metadata and templates for 8.12 support
2 parents c216805 + 1cc2059 commit bb0bbac

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ coqdoc
2222
*.native
2323
*.aux
2424
result
25+
.lia.cache
26+
.nia.cache

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,20 @@ language: shell
3636

3737
.nix: &NIX
3838
language: nix
39+
install:
40+
# for cachix we need travis to be a trusted nix user
41+
- echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
42+
- sudo systemctl restart nix-daemon
3943
script:
4044
- nix-build --argstr coq-version-or-url "$COQ" --extra-substituters https://coq.cachix.org --trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= coq.cachix.org-1:5QW/wwEnD+l2jvN6QRbRRsa4hBHG3QiQQ26cxu1F5tI="
4145

4246
jobs:
4347
include:
4448

4549
# Test supported versions of Coq via Nix
50+
- env:
51+
- COQ=8.12
52+
<<: *NIX
4653
- env:
4754
- COQ=8.11
4855
<<: *NIX

coq-math-classes.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
]
3131
install: [make "install"]
3232
depends: [
33-
"coq" {(>= "8.6" & < "8.12~") | (= "dev")}
33+
"coq" {(>= "8.6" & < "8.13~") | (= "dev")}
3434
"coq-bignums"
3535
]
3636

meta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortname: math-classes
44
organization: coq-community
55
community: true
66
travis: true
7+
ci_extra_dev: true
78
doi: 10.1017/S0960129511000119
89

910
synopsis: >-
@@ -49,9 +50,10 @@ license:
4950

5051
supported_coq_versions:
5152
text: Coq 8.6 or later (use releases for other Coq versions)
52-
opam: '{(>= "8.6" & < "8.12~") | (= "dev")}'
53+
opam: '{(>= "8.6" & < "8.13~") | (= "dev")}'
5354

5455
tested_coq_nix_versions:
56+
- version_or_url: "8.12"
5557
- version_or_url: "8.11"
5658
- version_or_url: "8.10"
5759
- version_or_url: "8.9"

0 commit comments

Comments
 (0)