File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 2424
2525 strategy :
2626 matrix :
27- coq_version : ['8.11', 'dev']
27+ coq_version :
28+ - 8.11
29+ - dev
2830 ocaml_version : ['4.07-flambda']
2931 # at most 20 concurrent jobs per free account
3032 # cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
5658 startGroup Uninstallation test
5759 opam remove $PACKAGE
5860 endGroup
61+
62+ mathcomp :
63+ runs-on : ubuntu-latest
64+ strategy :
65+ matrix :
66+ image :
67+ - mathcomp/mathcomp:1.10.0-coq-8.10
68+ - mathcomp/mathcomp:1.10.0-coq-8.11
69+ - mathcomp/mathcomp:1.11.0-coq-dev
70+ - mathcomp/mathcomp-dev:coq-dev
71+ max-parallel : 4
72+ steps :
73+ - uses : actions/checkout@v2
74+ - uses : erikmd/docker-coq-action@alpha
75+ id : docker-mathcomp-action
76+ with :
77+ opam_file : ' ./coq-demo.opam'
78+ custom_image : ${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments