Skip to content

update boilerplate for Rocq 9.0 #201

update boilerplate for Rocq 9.0

update boilerplate for Rocq 9.0 #201

Workflow file for this run

name: Docker CI
on:
push:
branches:
- v9.0
pull_request:
branches:
- '**'
jobs:
build:
# the OS must be GNU/Linux to be able to use the docker-coq-action
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'rocq/rocq-prover:9.0'
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'rocq-aac-tactics.opam'
custom_image: ${{ matrix.image }}
# See also:
# https://github.com/rocq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo