Skip to content

Commit

Permalink
Add job to parse tests according to CircleCI test dashboard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-ramnani committed Nov 7, 2024
1 parent 9e4458a commit d497a69
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@ jobs:
command: |
cp .clang-tidy /tmp/.clang-tidy
- run:
name: Run clang-tidy, build ninja and run ctest
name: Run clang-tidy, build ninja
command: |
mkdir build
cd build
cmake ..
cmake --build .
make
ctest
- run:
name: Run tests
command: |
cd build
ctest --output-junit results.xml
- store_test_results:
path: build


# Orchestrate jobs using workflows
Expand Down

0 comments on commit d497a69

Please sign in to comment.