-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #893 from utilForever/update-ci
Update GitHub Actions Images
- Loading branch information
Showing
7 changed files
with
72 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
sonar.projectKey=RosettaStone | ||
sonar.organization=utilforever-github | ||
|
||
# This is the name and version displayed in the SonarCloud UI. | ||
sonar.projectName=RosettaStone | ||
sonar.projectVersion=0.4 | ||
|
||
# ===================================================== | ||
# Meta-data for the project | ||
# ===================================================== | ||
|
||
sonar.links.homepage=https://github.com/utilForever/RosettaStone | ||
sonar.links.ci=https://travis-ci.org/utilForever/RosettaStone | ||
sonar.links.scm=https://github.com/utilForever/RosettaStone | ||
sonar.links.issue=https://github.com/utilForever/RosettaStone/issues | ||
|
||
# ===================================================== | ||
# Properties that will be shared amongst all modules | ||
# ===================================================== | ||
|
||
# SQ standard properties | ||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. | ||
sonar.sources=. | ||
sonar.exclusions=README.md,3RD-PARTY.md,Dockerfile,setup.py,Datas/**,Documents/**,Libraries/**,Resources/**,Scripts/** | ||
|
||
# Properties specific to the C/C++ analyzer: | ||
sonar.cfamily.build-wrapper-output=bw-output | ||
sonar.cfamily.gcov.reportsPath=build/Tests/UnitTests/CMakeFiles | ||
# Encoding of the source code. Default is default system encoding | ||
sonar.sourceEncoding=UTF-8 |