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

# Call this file to generate a report locally

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 --download