mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-24 01:01:21 +00:00
Fixes
This commit is contained in:
parent
08884ec7e9
commit
9e1ce1e499
2 changed files with 16 additions and 1 deletions
12
.github/workflows/test-build.yml
vendored
12
.github/workflows/test-build.yml
vendored
|
|
@ -51,6 +51,9 @@ jobs:
|
|||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Build Verific
|
||||
run: cd verific/tclmain && make -j$procs
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -146,6 +149,9 @@ jobs:
|
|||
run: |
|
||||
./yosys-config || true
|
||||
|
||||
- name: Build Verific
|
||||
run: cd verific/tclmain && make -j$procs
|
||||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -192,6 +198,9 @@ jobs:
|
|||
run: |
|
||||
./yosys-config || true
|
||||
|
||||
- name: Build Verific
|
||||
run: cd verific/tclmain && make -j$procs
|
||||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -217,6 +226,9 @@ jobs:
|
|||
run: |
|
||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build Verific
|
||||
run: cd verific/tclmain && make -j$procs
|
||||
|
||||
- name: Build Yosys
|
||||
run: |
|
||||
make config-clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue