Skip to content

Patch up root_in_heap_prop lemma. #449

Patch up root_in_heap_prop lemma.

Patch up root_in_heap_prop lemma. #449

Workflow file for this run

name: "Build vellvm"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.5.0
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: vellvm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: nix build -L ".?submodules=1"
- name: Tests
run: nix flake check ".?submodules=1"