Skip to content

Commit e36b858

Browse files
committed
ci/azure: enable werror
1 parent 722bc8d commit e36b858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ steps:
115115
set -xue
116116
export CMAKE_BUILD_PARALLEL_LEVEL="$(${NPROC_COMMAND:-nproc})"
117117
echo "${CMAKE_BUILD_PARALLEL_LEVEL}"
118-
cmake_args=(-G"${CMAKE_GENERATOR:-Ninja}")
118+
cmake_args=(-G"${CMAKE_GENERATOR:-Ninja}" -DUSE_WERROR=ON)
119119
if [ -n "${TOOLCHAIN_FILE:-}" ]; then
120120
cmake_args+=(-DCMAKE_TOOLCHAIN_FILE="${TOOLCHAIN_FILE}")
121121
fi

0 commit comments

Comments
 (0)