Skip to content

Commit 7c8f389

Browse files
authored
test (#6)
1 parent 55cb9f6 commit 7c8f389

5 files changed

Lines changed: 218 additions & 354 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: |

dist/index.js

Lines changed: 90 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)