mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
update build dir
This commit is contained in:
4
.github/workflows/sonar_check.yml
vendored
4
.github/workflows/sonar_check.yml
vendored
@@ -5,8 +5,6 @@ on:
|
||||
- dev
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
schedule: # This trigger is here only to make sure
|
||||
- cron: '17 0 * * SUN' # the example itself doesn't become stale
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
@@ -16,7 +14,7 @@ jobs:
|
||||
# SONAR_SCANNER_VERSION: 4.6.1.2450
|
||||
SONAR_SCANNER_VERSION: 4.7.0.2747
|
||||
SONAR_SERVER_URL: "https://sonarcloud.io"
|
||||
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
|
||||
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
@@ -3,7 +3,7 @@ sonar.projectKey=emsesp_EMS-ESP32
|
||||
sonar.projectName=EMS-ESP32
|
||||
sonar.projectVersion=3.4
|
||||
sonar.sources=./src
|
||||
sonar.cfamily.build-wrapper-output=./sonar/build_wrapper_output_directory
|
||||
sonar.cfamily.build-wrapper-output=build_wrapper_output_directory
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.host.url=https://sonarcloud.io
|
||||
sonar.cfamily.threads=8
|
||||
|
||||
Reference in New Issue
Block a user