Skip to content
Snippets Groups Projects
Commit 9bf1d5d8 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Disable tests for now

parent 8b17409e
No related branches found
No related tags found
Loading
......@@ -27,16 +27,16 @@ variables:
# paths:
# - result
train_test:
stage: build
script:
- mkdir -p result
- make CICD_VERILATOR_CFLAGS="--threads 8 --threads-dpi all"
- ./testbench_ecp5_minifpga.bin &
- sleep 1s && python3 src/py/tty3.py
artifacts:
paths:
- result
#train_test:
# stage: build
# script:
# - mkdir -p result
# - make CICD_VERILATOR_CFLAGS="--threads 8 --threads-dpi all"
# - ./testbench_ecp5_minifpga.bin &
# - sleep 1s && python3 src/py/tty3.py
# artifacts:
# paths:
# - result
#json:
# stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment