Skip to content

Commit 58c0ac8

Browse files
committed
test
1 parent 55cb9f6 commit 58c0ac8

4 files changed

Lines changed: 196823 additions & 28 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ on:
1111
jobs:
1212
compile:
1313
runs-on: ubuntu-latest
14+
15+
strategy:
16+
matrix:
17+
os:
18+
- name: ubuntu
19+
version: 24.04
20+
build_type: [Release, Debug]
21+
cpp_version: [20, 23, 26]
22+
boost_version: [1.86.0]
23+
compiler:
24+
- vendor: GNU
25+
version: 13
26+
- vendor: LLVM
27+
version: 20
28+
1429
steps:
1530
- uses: actions/checkout@v4
1631
- run: |

0 commit comments

Comments
 (0)