Skip to content

Commit

Permalink
fix opam and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Jun 18, 2019
1 parent b01220c commit d03c622
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ env:
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.8"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.9"
- DOCKERIMAGE="mathcomp/mathcomp:1.9.0-coq-8.10"
- DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.7"
- DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.8"
- DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.9"
# - DOCKERIMAGE="mathcomp/mathcomp-dev:coq-8.10"

install: |
# Prepare the COQ container
Expand Down
9 changes: 5 additions & 4 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ license: "CeCILL-B"

build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/finmap'" ]

depends: [
"coq" { (>= "8.7" & < "8.11~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.10.0~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1.0~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.10~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1~") | (= "dev") }
]
tags: [ "keyword:finmap" "keyword:finset" "keyword:multiset" "keyword:order"]
authors: [ "Cyril Cohen <[email protected]>" "Kazuhiko Sakaguchi <[email protected]>" ]
Expand All @@ -24,4 +24,5 @@ This library is an extension of mathematical component in order to
support finite sets and finite maps on choicetypes (rather that finite
types). This includes support for functions with finite support and
multisets. The library also contains a generic order and set libary,
which will be used to subsume notations for finite sets, eventually."""
which will be used to subsume notations for finite sets, eventually.
"""

0 comments on commit d03c622

Please sign in to comment.