3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-25 10:05:33 +00:00

Add nix flake and lock file. Add nix build step. Pending nix flake update step

This commit is contained in:
Roland Coeurjoly 2024-05-08 03:52:12 +02:00
parent bdce7fac66
commit 1c89e2ab92
3 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,13 @@
name: "build nix flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@v25
- run: nix build '.?submodules=1'