|
|
|
|
@ -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: |
|
|
|
|
|