ci/win: use 'test.sh'
This commit is contained in:
parent
59e117ddcc
commit
eca41e411e
|
|
@ -101,7 +101,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.msystem }}
|
msystem: ${{ matrix.msystem }}
|
||||||
install: >
|
install: >
|
||||||
tcsh
|
|
||||||
git
|
git
|
||||||
base-devel
|
base-devel
|
||||||
mingw-w64-${{ matrix.arch }}-toolchain
|
mingw-w64-${{ matrix.arch }}-toolchain
|
||||||
|
|
@ -116,12 +115,4 @@ jobs:
|
||||||
run: pacman -U --noconfirm msys2/*.zst
|
run: pacman -U --noconfirm msys2/*.zst
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: ./.github/test.sh
|
||||||
git clone https://github.com/albertxie/iverilog-tutorial
|
|
||||||
cd iverilog-tutorial/code_samples
|
|
||||||
iverilog -o simple.vvp simple.v simple_tb.v
|
|
||||||
vvp simple.vvp
|
|
||||||
|
|
||||||
git clone git://github.com/steveicarus/ivtest.git
|
|
||||||
cd ivtest
|
|
||||||
./regress
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue