|
1 | 1 | = Linux\CMake
|
2 | 2 |
|
3 |
| -A build of the https://github.com/sc-sq-c-family-examples/code[code repository] on a Linux platform using CMake build system. |
| 3 | +A build of the https://github.com/sonarsource-cfamily-examples/code[code repository] on a Linux platform using CMake build system. |
4 | 4 |
|
5 | 5 | To build the code run:
|
6 | 6 | ----
|
|
11 | 11 |
|
12 | 12 | = Code Description
|
13 | 13 |
|
14 |
| -An example of a flawed C++ code. The https://github.com/sc-sq-c-family-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows. |
| 14 | +An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows. |
15 | 15 |
|
16 |
| -The https://github.com/sc-sq-c-family-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI. |
| 16 | +The https://github.com/sonarsource-cfamily-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI. |
17 | 17 | The downstream repositories are analyzed either with https://www.sonarqube.org/[SonarQube] or https://sonarcloud.io/[SonarCloud].
|
18 | 18 |
|
19 | 19 | You can find examples for:
|
20 | 20 |
|
21 |
| -* https://github.com/sc-sq-c-family-examples?q=linux[Linux] |
22 |
| -* https://github.com/sc-sq-c-family-examples?q=macos[MacOS] |
23 |
| -* https://github.com/sc-sq-c-family-examples?q=windows[Windows] |
| 21 | +* https://github.com/sonarsource-cfamily-examples?q=linux[Linux] |
| 22 | +* https://github.com/sonarsource-cfamily-examples?q=macos[MacOS] |
| 23 | +* https://github.com/sonarsource-cfamily-examples?q=windows[Windows] |
24 | 24 |
|
25 | 25 | Using the following build systems:
|
26 | 26 |
|
27 |
| -* https://github.com/sc-sq-c-family-examples?q=cmake[CMake] |
28 |
| -* https://github.com/sc-sq-c-family-examples?q=autotools[GNU Autotools] |
29 |
| -* https://github.com/sc-sq-c-family-examples?q=xcode[Xcode] |
30 |
| -* https://github.com/sc-sq-c-family-examples?q=msbuild[MSBuild] |
| 27 | +* https://github.com/sonarsource-cfamily-examples?q=cmake[CMake] |
| 28 | +* https://github.com/sonarsource-cfamily-examples?q=autotools[GNU Autotools] |
| 29 | +* https://github.com/sonarsource-cfamily-examples?q=xcode[Xcode] |
| 30 | +* https://github.com/sonarsource-cfamily-examples?q=msbuild[MSBuild] |
31 | 31 |
|
32 | 32 | Running on the following CI services:
|
33 | 33 |
|
34 |
| -* https://github.com/sc-sq-c-family-examples?q=azure[Azure DevOps] |
35 |
| -* https://github.com/sc-sq-c-family-examples?q=gh-actions[GitHub Actions] |
36 |
| -* https://github.com/sc-sq-c-family-examples?q=travis[Travis] |
37 |
| -* https://github.com/sc-sq-c-family-examples?q=jenkins[Jenkins] |
38 |
| -* https://github.com/sc-sq-c-family-examples?q=gitlab[GitLab CI] |
39 |
| -* https://github.com/sc-sq-c-family-examples?q=bitbucket[BitBucket Pipelines] |
| 34 | +* https://github.com/sonarsource-cfamily-examples?q=azure[Azure DevOps] |
| 35 | +* https://github.com/sonarsource-cfamily-examples?q=gh-actions[GitHub Actions] |
| 36 | +* https://github.com/sonarsource-cfamily-examples?q=travis[Travis] |
| 37 | +* https://github.com/sonarsource-cfamily-examples?q=jenkins[Jenkins] |
| 38 | +* https://github.com/sonarsource-cfamily-examples?q=gitlab[GitLab CI] |
| 39 | +* https://github.com/sonarsource-cfamily-examples?q=bitbucket[BitBucket Pipelines] |
40 | 40 |
|
41 | 41 | Configured for analysis on:
|
42 | 42 |
|
43 |
| -* https://github.com/sc-sq-c-family-examples?q=-sq[SonarQube] |
44 |
| -* https://github.com/sc-sq-c-family-examples?q=-sc[SonarCloud] |
| 43 | +* https://github.com/sonarsource-cfamily-examples?q=-sq[SonarQube] |
| 44 | +* https://github.com/sonarsource-cfamily-examples?q=-sc[SonarCloud] |
45 | 45 |
|
46 | 46 |
|
47 |
| -See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sc-sq-c-family-examples[this GitHub organization] and the relations between its different repositories. |
| 47 | +See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sonarsource-cfamily-examples[this GitHub organization] and the relations between its different repositories. |
0 commit comments