update iverilog deps
This commit is contained in:
parent
57d69f0843
commit
ebbcf2b70d
|
|
@ -4,10 +4,10 @@ jobs:
|
||||||
install-iverilog:
|
install-iverilog:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt install bison flex g++ gcc
|
- run: sudo apt install bison flex g++ gcc gperf
|
||||||
- run: git clone https://github.com/steveicarus/iverilog.git
|
- run: git clone https://github.com/steveicarus/iverilog.git
|
||||||
|
|
||||||
- name: autoconfigure
|
- name: autoconf
|
||||||
run: sh ./autoconf.sh
|
run: sh ./autoconf.sh
|
||||||
working-directory: iverilog/
|
working-directory: iverilog/
|
||||||
|
|
||||||
|
|
@ -15,9 +15,14 @@ jobs:
|
||||||
run: ./configure
|
run: ./configure
|
||||||
working-directory: iverilog/
|
working-directory: iverilog/
|
||||||
|
|
||||||
- name: build
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
working-directory: iverilog/
|
working-directory: iverilog/
|
||||||
|
|
||||||
- run: make check
|
- name: make check
|
||||||
- run: sudo make install
|
run: make check
|
||||||
|
working-directory: iverilog/
|
||||||
|
|
||||||
|
- name: sudo make install
|
||||||
|
run: sudo make install
|
||||||
|
working-directory: iverilog/
|
||||||
Loading…
Reference in New Issue