Skip to content

Updating opam file. #256

Updating opam file.

Updating opam file. #256

Workflow file for this run

name: Vellvm Compilation Test
on:
- pull_request
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
coq_version:
- 8.19.1
ocaml_version:
- 4.14.1-flambda
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Compiling Vellvm
uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-vellvm.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}