Skip to content

Adapt to rocq-prover/rocq#16851. #128

Adapt to rocq-prover/rocq#16851.

Adapt to rocq-prover/rocq#16851. #128

Workflow file for this run

# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI
on:
push:
branches:
- coq-master
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:
coq_version:
- 'dev'
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-dpdgraph.opam'
coq_version: ${{ matrix.coq_version }}
export: 'OPAMWITHTEST'
env:
OPAMWITHTEST: 'true'
# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo