Skip to content

Commit

Permalink
restrict Coq versions, generate boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 13, 2021
1 parent 8912896 commit 34276dc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coq-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CI
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
Expand All @@ -15,9 +17,8 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.10'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!---
This file was generated from `meta.yml`, please do not edit manually.
Follow the instructions on https://github.com/coq-community/templates to regenerate.
--->
# Coq'Art

[![CI][action-shield]][action-link]
[![Docker CI][docker-action-shield]][docker-action-link]
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

[action-shield]: https://github.com/coq-community/coq-art/workflows/CI/badge.svg?branch=master
[action-link]: https://github.com/coq-community/coq-art/actions?query=workflow%3ACI
[docker-action-shield]: https://github.com/coq-community/coq-art/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/coq-art/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand Down Expand Up @@ -86,4 +90,4 @@ The repository is structured as follows.

[book-url]: http://www.labri.fr/perso/casteran/CoqArt/
[publisher-url]: https://www.springer.com/gp/book/9783540208549
[community-url]: https://coq-community.org/coq-art/
[community-url]: https://coq-community.org/coq-art/
5 changes: 4 additions & 1 deletion coq-coq-art.opam
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "palmskog@gmail.com"
version: "dev"
Expand All @@ -17,7 +20,7 @@ out of over 200 exercises from the book."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {>= "8.10" & < "8.13~"}
"coq" {>= "8.12" & < "8.14~"}
]

tags: [
Expand Down
8 changes: 5 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ license:

supported_coq_versions:
text: 8.10 or later (use the corresponding release for other Coq versions)
opam: '{>= "8.10" & < "8.13~"}'
opam: '{>= "8.12" & < "8.14~"}'

tested_coq_opam_versions:
- version: '8.13'
- version: '8.12'
- version: '8.11'
- version: '8.10'

namespace: coqart

Expand All @@ -71,6 +70,8 @@ documentation: |-
For more information, see the [book website][book-url]
and the [publisher's website][publisher-url].
This repository is also used as the source for the following [web site][community-url].
The repository is structured as follows.
### Book chapters
Expand Down Expand Up @@ -100,4 +101,5 @@ documentation: |-
[book-url]: http://www.labri.fr/perso/casteran/CoqArt/
[publisher-url]: https://www.springer.com/gp/book/9783540208549
[community-url]: https://coq-community.org/coq-art/
---

0 comments on commit 34276dc

Please sign in to comment.