mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 11:07:52 +00:00
Fixes
This commit is contained in:
parent
08884ec7e9
commit
9e1ce1e499
2 changed files with 16 additions and 1 deletions
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
|
@ -24,7 +24,10 @@ jobs:
|
|||
languages: cpp
|
||||
queries: security-extended,security-and-quality
|
||||
|
||||
- name: Build
|
||||
- name: Build Verific
|
||||
run: cd verific/tclmain && make -j6
|
||||
|
||||
- name: Build Yosys
|
||||
run: make yosys -j6 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue