Files
EMS-ESP32/scripts/run_sonar.sh
2022-03-05 14:25:35 +01:00

9 lines
185 B
Bash
Executable File

#!/bin/sh
# make sure you add the soanr token here
# export SONAR_TOKEN=""
make clean
build-wrapper-linux-x86-64 --out-dir sonar/build_wrapper_output_directory make all
sonar-scanner