ci: add bitstream synth to CI

bug_fixes_integration_tx
Steve Kelly 2021-11-25 21:38:19 -05:00
rodzic 35c6e0a769
commit 636dd7e81f
1 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -17,4 +17,15 @@ jobs:
mkdir build
cd build
cmake ..
make
make
cd ../../..
# nix for FPGA deps
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: ice40 synth
run: |
cd firmware
nix-shell --command 'make top.bin'