Skip to content

Commit 3e40dc7

Browse files
Testing CI (9) - restored test matrix
1 parent 9bf0e3f commit 3e40dc7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/linux.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
cxx: [g++-12]
15-
build_type: [Debug]
16-
#cxx: [g++-12, clang++-15]
17-
#build_type: [Debug, Release]
14+
cxx: [g++-12, clang++-15]
15+
build_type: [Debug, Release]
1816
include:
1917
- cxx: g++-12
2018
install: sudo apt install g++-12
21-
#- cxx: clang++-15
22-
# cxxflags: -stdlib=libc++
23-
# install: sudo apt install clang-15 libc++-15-dev libc++abi-15-dev
19+
- cxx: clang++-15
20+
cxxflags: -stdlib=libc++
21+
install: sudo apt install clang-15 libc++-15-dev libc++abi-15-dev
2422

2523
steps:
2624
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)