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

# Call this file to generate a report locally

set -e

python3 -m venv ~/env-builder
# shellcheck disable=SC1090
source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html

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