mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-23 16:04:37 +00:00
ci: iverilog before yosys
This commit is contained in:
parent
b42be1df80
commit
d63f43acf0
1 changed files with 18 additions and 13 deletions
31
.github/workflows/test-sanitizers.yml
vendored
31
.github/workflows/test-sanitizers.yml
vendored
|
@ -45,19 +45,6 @@ jobs:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/setup-build-env
|
uses: ./.github/actions/setup-build-env
|
||||||
|
|
||||||
- name: Build
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
make -f ../Makefile config-$CC
|
|
||||||
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
|
||||||
make -f ../Makefile -j$procs ENABLE_LTO=1
|
|
||||||
|
|
||||||
- name: Log yosys-config output
|
|
||||||
run: |
|
|
||||||
./yosys-config || true
|
|
||||||
|
|
||||||
- name: Get iverilog
|
- name: Get iverilog
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -93,6 +80,24 @@ jobs:
|
||||||
make -j$procs
|
make -j$procs
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
- name: Check iverilog
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
iverilog -V
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
make -f ../Makefile config-$CC
|
||||||
|
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
||||||
|
make -f ../Makefile -j$procs ENABLE_LTO=1
|
||||||
|
|
||||||
|
- name: Log yosys-config output
|
||||||
|
run: |
|
||||||
|
./yosys-config || true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue