@@ -15,15 +15,15 @@ jobs:
1515 strategy :
1616 matrix :
1717 image :
18- - mathcomp/mathcomp:2.6.0-coq -9.0
19- - mathcomp/mathcomp:2.6.0-coq -9.1
20- - mathcomp/mathcomp:2.6.0-coq -9.2
18+ - mathcomp/mathcomp:2.6.0-rocq-prover -9.0
19+ - mathcomp/mathcomp:2.6.0-rocq-prover -9.1
20+ - mathcomp/mathcomp:2.6.0-rocq-prover -9.2
2121 fail-fast : false
2222 steps :
2323 - uses : actions/checkout@v2
2424 - uses : coq-community/docker-coq-action@v1
2525 with :
26- opam_file : ' coq -mathcomp-dioid.opam'
26+ opam_file : ' rocq -mathcomp-dioid.opam'
2727 custom_image : ${{ matrix.image }}
2828 custom_script : |
2929 startGroup Print opam config
@@ -33,18 +33,18 @@ jobs:
3333 startGroup Update opam cache
3434 opam update -y
3535 endGroup
36- startGroup Build coq -mathcomp-dioid dependencies
37- opam pin add -n -y -k path coq -mathcomp-dioid .
38- opam remove coq- mathcomp-character coq -mathcomp-field coq -mathcomp-solvable # coq -mathcomp-algebra is enough
39- opam install -y -j ${NJOBS} coq -mathcomp-dioid --deps-only
36+ startGroup Build rocq -mathcomp-dioid dependencies
37+ opam pin add -n -y -k path rocq -mathcomp-dioid .
38+ opam remove -y rocq- mathcomp-character rocq -mathcomp-field rocq -mathcomp-solvable # rocq -mathcomp-algebra is enough
39+ opam install -y -j ${NJOBS} rocq -mathcomp-dioid --deps-only
4040 opam list
4141 endGroup
42- startGroup Build coq -mathcomp-dioid
43- opam install -y -v -j ${NJOBS} coq -mathcomp-dioid
42+ startGroup Build rocq -mathcomp-dioid
43+ opam install -y -v -j ${NJOBS} rocq -mathcomp-dioid
4444 opam list
4545 endGroup
4646 startGroup Uninstallation test
47- opam remove -y coq -mathcomp-dioid
47+ opam remove -y rocq -mathcomp-dioid
4848 endGroup
4949
5050# See also:
0 commit comments