File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 fail-fast : true
1414 matrix :
1515 compiler : [ [clang++-12, clang-12] ]
16- build : [ Debug ]
17- # build: [ Debug, Release ]
16+ build : [ Debug, Release ]
1817
1918 continue-on-error : false
2019 steps :
@@ -54,23 +53,23 @@ jobs:
5453 libclang-cpp12-dev \
5554 clang-tidy-12
5655
57- # - name: Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler[0] }}
58- # env:
59- # BUILD_TYPE: ${{ matrix.build }}
60- # CXX: ${{ matrix.compiler[0] }}
61- # CC: ${{ matrix.compiler[1] }}
62- # shell: bash
63- # run: |
64- # mkdir build
65- # cd build
66- # cmake .. \
67- # -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
68- # -DCMAKE_CXX_COMPILER=$CXX \
69- # -G Ninja
70- # cmake --build .
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 .
7170
72- # - name: Run Unittests
73- # shell: bash
74- # run: |
75- # cd build
76- # cmake --build . --target check-phasar-unittests
71+ - name : Run Unittests
72+ shell : bash
73+ run : |
74+ cd build
75+ cmake --build . --target check-phasar-unittests
You can’t perform that action at this time.
0 commit comments