Update CI scripts to continue testing PLI 1 support.

This commit is contained in:
Martin Whitaker
2025-10-18 20:07:23 +01:00
parent 935910c3c9
commit 6210c307fa
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ status=0
perl vvp_reg.pl || status=1
perl vpi_reg.pl || status=1
perl vpi_reg.pl --with-pli1 || status=1
python3 vvp_reg.py || status=1
+2 -2
View File
@@ -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