Skip to content

Commit 3daab51

Browse files
committed
Enable all tests
1 parent 0a046ee commit 3daab51

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)