Browse Source

.ci.yml: Added printing ASCII plot

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
main
Grzegorz Latosinski 3 years ago
parent
commit
c15b529ec5
  1. 3
      .ci.yml

3
.ci.yml

@ -2,12 +2,13 @@ image: debian:bullseye
before_script:
- apt-get update
- apt-get install -qqy --no-install-recommends python3 python3-pip git
- apt-get install -qqy --no-install-recommends python3 python3-pip git colorized-logs
- pip3 install git+https://github.com/antmicro/tuttest.git
simple_test:
script:
- ./scripts/test.sh
- cat plot.ascii | ansi2txt
artifacts:
when: always
paths:

Loading…
Cancel
Save