You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
538 B

image: debian:bullseye
before_script:
- apt-get update
- apt-get install -qqy --no-install-recommends python3 python3-pip git colorized-logs
- pip3 install git+https://github.com/antmicro/tuttest.git
- pip3 install bokeh
simple_test:
script:
- ./scripts/test.sh
- cat plot.ascii | ansi2txt
artifacts:
when: always
paths:
- "plot.svg"
- "plot.png"
- "plot.ascii"
- "plot.html"
- "example.log"
- "example.txt"