Skip to content

Commit 2f615fd

Browse files
authored
Merge pull request #4 from erikmd/custom_image
feat: Test PR rocq-community/docker-coq-action#10
2 parents da3b674 + f023150 commit 2f615fd

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
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
@@ -56,3 +58,21 @@ jobs:
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 }}

0 commit comments

Comments
 (0)