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:
parent
bdce7fac66
commit
1c89e2ab92
3 changed files with 118 additions and 0 deletions
13
.github/workflows/nix-github-actions.yml
vendored
Normal file
13
.github/workflows/nix-github-actions.yml
vendored
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue