Skip to content

Commit

Permalink
Add JenkinsJobs/Linux/FileArb-Debug-Clang-Coverage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jan 12, 2025
1 parent 15eab5d commit 89f9aaa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ coverage.xml
CoberturaCodeCoverageResults_FileArbDevOpsPythonTests.xml

# Linux
covhtml/
build.ninja

# Windows
Expand Down
13 changes: 13 additions & 0 deletions JenkinsJobs/Linux/FileArb-Debug-Clang-Coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
set -ev

export CXX=/usr/bin/clang++
export PYTHONPATH=.
python -u FileArbDevOpsPython/BuildAndInstallCPlusPlusProgram.py \
--solution-name=FileArb \
--cmake-build-type=Debug \
--tests-project-name=libFileArbTests \
--cmake-definitions="-DClangCodeCoverageMode=ON" \
--no-install

python /code/CodeCovSidekick/CodeCovSidekick.py --solution=FileArb --tests-project=libFileArbTests

0 comments on commit 89f9aaa

Please sign in to comment.