Skip to content

Drop version dependency on rocq-core #100

Drop version dependency on rocq-core

Drop version dependency on rocq-core #100

Workflow file for this run

name: Docker CI
on:
push:
branches:
- 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: 'rocq-lean-import.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