Skip to content

Merge pull request #30 from liyishuai/ci #1

Merge pull request #30 from liyishuai/ci

Merge pull request #30 from liyishuai/ci #1

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:
- '8.18'
- '8.17'
- '8.16'
- '8.15'
- '8.14'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-metalib.opam'
coq_version: ${{ matrix.coq }}
# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo