mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
9 lines
179 B
Bash
Executable File
9 lines
179 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 build_wrapper_output_directory make all
|
|
sonar-scanner
|