mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-02 20:28:57 +02:00
Update CI scripts to continue testing PLI 1 support.
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
export PATH="/usr/local/opt/bison/bin:$PATH"
|
||||
autoconf
|
||||
./configure
|
||||
./configure --enable-libveriuser
|
||||
make -j$(nproc) check
|
||||
sudo make install
|
||||
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Build, check and install
|
||||
run: |
|
||||
autoconf
|
||||
./configure
|
||||
./configure --enable-libveriuser
|
||||
make -j$(nproc) check
|
||||
sudo make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user