coq-tricks icon indicating copy to clipboard operation
coq-tricks copied to clipboard

Test against multiple Coq versions

Open tchajed opened this issue 6 years ago • 1 comments

The only thing blocking this is that some examples demo coq master features, and these shouldn't be run on older versions. We can probably somehow set this up (without branches), maybe using a travis environment variable to decide what targets to build.

tchajed avatar Nov 10 '18 14:11 tchajed

If you make multiple makefile targets for the different versions of Coq, you can just have a travis environment variable that says which make target to build.

JasonGross avatar Mar 13 '20 18:03 JasonGross