1
0
mirror of synced 2026-02-21 07:05:05 +00:00

test-build: Build and cache libyosys.so

This commit is contained in:
Krystine Sherwin
2026-02-10 15:05:17 +13:00
parent ff9cd0eed7
commit 030e495c8b

View File

@@ -71,7 +71,7 @@ jobs:
mkdir build
cd build
make -f ../Makefile config-$CC
make -f ../Makefile -j$procs
make -f ../Makefile -j$procs ENABLE_LIBYOSYS=1
- name: Log yosys-config output
run: |
@@ -81,7 +81,7 @@ jobs:
shell: bash
run: |
cd build
tar -cvf ../build.tar share/ yosys yosys-*
tar -cvf ../build.tar share/ yosys yosys-* libyosys.so
- name: Store build artifact
uses: actions/upload-artifact@v4