mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-04 09:25:16 +00:00
test-build: Build and cache libyosys.so
This commit is contained in:
parent
ff9cd0eed7
commit
030e495c8b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
make -f ../Makefile config-$CC
|
make -f ../Makefile config-$CC
|
||||||
make -f ../Makefile -j$procs
|
make -f ../Makefile -j$procs ENABLE_LIBYOSYS=1
|
||||||
|
|
||||||
- name: Log yosys-config output
|
- name: Log yosys-config output
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
tar -cvf ../build.tar share/ yosys yosys-*
|
tar -cvf ../build.tar share/ yosys yosys-* libyosys.so
|
||||||
|
|
||||||
- name: Store build artifact
|
- name: Store build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue