mirror of https://github.com/antmicro/sargraph.git
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.
36 lines
693 B
36 lines
693 B
image: debian:bullseye |
|
|
|
before_script: |
|
- chmod +x scripts/install_dependencies.sh |
|
- ./scripts/install_dependencies.sh |
|
simple_test: |
|
variables: |
|
FAKE_DISK: "fake_disk.ext4" |
|
FAKE_MOUNTPOINT: "fake_mountpoint" |
|
script: |
|
- chmod +x scripts/test.sh |
|
- ./scripts/test.sh svg png ascii |
|
artifacts: |
|
when: always |
|
paths: |
|
- "*.svg" |
|
- "*.png" |
|
- "*.ascii" |
|
- "*.txt" |
|
- "*.log" |
|
|
|
interactive_plot_test: |
|
variables: |
|
FAKE_DISK: "fake_disk.ext4" |
|
FAKE_MOUNTPOINT: "fake_mountpoint" |
|
script: |
|
- chmod +x scripts/test.sh |
|
- ./scripts/test.sh html |
|
artifacts: |
|
when: always |
|
paths: |
|
- "*.txt" |
|
- "*.log" |
|
- "*.html" |
|
|
|
|
|
|