Skip to content

Commit 6e83e35

Browse files
committed
Build tests and examples on CI
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent 14fffe2 commit 6e83e35

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.Makefile.swp

12 KB
Binary file not shown.

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: >
3535
cmake -B ${{ steps.strings.outputs.build-output-dir }}
3636
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
37+
-DBENONI_TESTS:BOOL=ON
38+
-DBENONI_EXAMPLES:BOOL=ON
3739
-S ${{ github.workspace }}
3840
3941
- name: Build

0 commit comments

Comments
 (0)