summaryrefslogtreecommitdiffstats
path: root/ci/report/build.sh
blob: aca5531b792e0845f6ee5ef686f8ee9248adcb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Call this file to generate a report from a GitHub Workflow

set -e

python3 -m venv ~/env-builder
source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html

./ci/report/report_builder.py --folder ./results thin-edge ci_pipeline.yml