summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorManuel Bentele2021-06-24 12:17:03 +0200
committerManuel Bentele2021-06-24 12:17:03 +0200
commit47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7 (patch)
tree10d7134208b6e319abc2643157354b9581f490a8 /.github/workflows/lint.yml
parent[BUILD] Add support for RockyLinux 8 (diff)
downloaddnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.tar.gz
dnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.tar.xz
dnbd3-47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7.zip
[BUILD] Add CMake option to enable build of dnbd3-bench
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index c490065..99195d9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -28,7 +28,8 @@ jobs:
- name: Configure dnbd3 build
run: |
cmake -B ${{ github.workspace }}/build \
- -S ${{ github.workspace }}
+ -S ${{ github.workspace }} \
+ -D DNBD3_BENCHMARK=ON
- name: Lint dnbd3 artifacts
working-directory: ${{ github.workspace }}/build
run: make lint