mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
sonar fixes
This commit is contained in:
8
scripts/run_sonar.sh
Executable file
8
scripts/run_sonar.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user