Skip to content

Put safety thunking in auxiliary function (#22) #39

Put safety thunking in auxiliary function (#22)

Put safety thunking in auxiliary function (#22) #39

Workflow file for this run

name: Docker CI
on:
push:
branches:
- main
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:
- 'coqorg/coq:dev'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-ltac2-compiler.opam'
custom_image: ${{ matrix.image }}
# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo