update build dir

This commit is contained in:
proddy
2022-03-05 14:51:18 +01:00
parent 5f7f670517
commit 10830dee36
2 changed files with 2 additions and 4 deletions

View File

@@ -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:

View File

@@ -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