Skip to content

Commit 156a460

Browse files
committed
Github action: Also build benchmarks on Windows CI builds
1 parent 38741c6 commit 156a460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cmake-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
run: mkdir build
88
shell: bash
99
- name: Configure
10-
run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_HEADERS=OFF -DOsmium_DEBUG=TRUE -DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include
10+
run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_HEADERS=OFF -DBUILD_BENCHMARKS=ON -DOsmium_DEBUG=TRUE -DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include
1111
shell: bash
1212
working-directory: build
1313

0 commit comments

Comments
 (0)