Skip to content

Commit 8a0ed3e

Browse files
committed
ci: Check what is going on
1 parent e02dde0 commit 8a0ed3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ vsim-compile:
5959
stage: build
6060
needs:
6161
- generate-rtl
62-
variables:
63-
FLOO_GEN_ARGS: --no-format
6462
script:
63+
- ls -l .generated
64+
- ls -l cfg
6565
- make vsim-compile | tee compile.log 2>&1
6666
- '! grep "\*\* Error" compile.log'
6767
artifacts:

0 commit comments

Comments
 (0)