File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,23 +53,32 @@ jobs:
5353 libclang-cpp12-dev \
5454 clang-tidy-12
5555
56- - name : Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler[0] }}
57- env :
58- BUILD_TYPE : ${{ matrix.build }}
59- CXX : ${{ matrix.compiler[0] }}
60- CC : ${{ matrix.compiler[1] }}
61- shell : bash
62- run : |
63- mkdir build
64- cd build
65- cmake .. \
66- -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
67- -DCMAKE_CXX_COMPILER=$CXX \
68- -G Ninja
69- cmake --build .
56+ - name : Run clang-format
57+ uses : DoozyX/clang-format-lint-action@v0.13
58+ with :
59+ source : ' .'
60+ extensions : ' h,cpp,c'
61+ clangFormatVersion : 12
62+ # exclude: './lib'
63+ # inplace: True
7064
71- - name : Run Unittests
72- shell : bash
73- run : |
74- cd build
75- cmake --build . --target check-phasar-unittests
65+ # - name: Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler[0] }}
66+ # env:
67+ # BUILD_TYPE: ${{ matrix.build }}
68+ # CXX: ${{ matrix.compiler[0] }}
69+ # CC: ${{ matrix.compiler[1] }}
70+ # shell: bash
71+ # run: |
72+ # mkdir build
73+ # cd build
74+ # cmake .. \
75+ # -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
76+ # -DCMAKE_CXX_COMPILER=$CXX \
77+ # -G Ninja
78+ # cmake --build .
79+
80+ # - name: Run Unittests
81+ # shell: bash
82+ # run: |
83+ # cd build
84+ # cmake --build . --target check-phasar-unittests
You can’t perform that action at this time.
0 commit comments