File tree Expand file tree Collapse file tree 12 files changed +43
-2
lines changed
Expand file tree Collapse file tree 12 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 11name : test-clang-format
22on : [push,pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 clang-format-checking :
610 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4545 # Create compile_commands.json for clang-tidy
4646 - name : Configure CMake compile_commands.json
4747 run : |
48- cmake -S . -B "$BUILD_DIR" -G Ninja - DCMAKE_EXPORT_COMPILE_COMMANDS=ON
48+ cmake -S test -B "$BUILD_DIR" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
4949 # If your project generates headers, you can add a light build:
5050 # cmake --build "$BUILD_DIR" -j
5151
Original file line number Diff line number Diff line change 1212name : " CodeQL"
1313on : [push,pull_request]
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 analyze :
1721 name : Analyze
Original file line number Diff line number Diff line change 11name : cppcheck
22on : [push]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 build :
610 name : cppcheck-test
Original file line number Diff line number Diff line change 11name : doxygen
22on : [push,pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 build :
610 name : doxygen-test
Original file line number Diff line number Diff line change 11name : quneiform
22on : [push,pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 build :
610 name : quneiform
Original file line number Diff line number Diff line change 11name : macOS Build & Unit Tests
22on : [push,pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 build :
610 name : unit-tests
Original file line number Diff line number Diff line change 99name : Microsoft C++ Code Analysis
1010on : [push,pull_request]
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
1216env :
1317 # Path to the CMake build directory.
1418 build : ' ${{ github.workspace }}'
Original file line number Diff line number Diff line change 11name : Windows Build & Unit Tests
22on : [push, pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48env :
59 testrunner : ' TETestRunner'
610 outfile : ' te-junit.xml'
Original file line number Diff line number Diff line change 11name : Spell Check
22on : [push,pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 check-unix :
610 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments