Skip to content

Add classic logic operators #123

Add classic logic operators

Add classic logic operators #123

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, edited, reopened]
push:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
lambdapi-version: [lambdapi.2.3.0, lambdapi]
runs-on: ubuntu-latest
steps:
- name: Check out library
uses: actions/checkout@v3
- name: Install ocaml and opam
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.0
- name: Setup opam (when testing the development version of lambdapi)
run: opam pin -n --dev-repo lambdapi
if: matrix.lambdapi-version == 'lambdapi'
- name: Install ${{ matrix.lambdapi-version }}
run: opam install ${{ matrix.lambdapi-version }}
- name: Check library
run: |
eval $(opam env)
make