Skip to content

Commit

Permalink
Disable new Vivado temporarily as I figure out how to install Vivado …
Browse files Browse the repository at this point in the history
…on CI
  • Loading branch information
vmchale committed Jun 17, 2022
1 parent 08ea43a commit 388489f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/gitlab/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ prelude:doctests:
suite:vhdl:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .VHDL --hide-successes
- cabal v2-run -- clash-testsuite -j$THREADS -p .VHDL --hide-successes --no-vivado

suite:verilog:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .Verilog --hide-successes
- cabal v2-run -- clash-testsuite -j$THREADS -p .Verilog --hide-successes --no-vivado

suite:systemverilog:
extends: .test-common-local
script:
- cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim
- cabal v2-run -- clash-testsuite -j$THREADS -p .SystemVerilog --hide-successes --no-modelsim --no-vivado

0 comments on commit 388489f

Please sign in to comment.