Skip to content

Updating the status badges in the README. #880

Updating the status badges in the README.

Updating the status badges in the README. #880

Workflow file for this run

name: "Nix build for vellvm"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: vellvm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: nix build -L "."
- name: Tests
run: nix flake check "."