Skip to content

chore(ci): Build using Nix (Ubuntu & macOS) #2

chore(ci): Build using Nix (Ubuntu & macOS)

chore(ci): Build using Nix (Ubuntu & macOS) #2

Workflow file for this run

name: "CI Nix"
on:
# Run only when pushing to main branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-14]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: |
time nix develop -c echo
time nix build .#superposition