Skip to content

Commit

Permalink
Set BUILD_TESTING=on unconditionally in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed Jul 18, 2023
1 parent 25a7793 commit 0cd97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ steps:
-DENABLE_SHM=${ICEORYX:-off} \
-DENABLE_COVERAGE=${COVERAGE:-off} \
-DENABLE_LEGACY=${LEGACY:-off} \
-DBUILD_TESTING=${TESTING:-on} \
-DBUILD_TESTING=on \
-DBUILD_EXAMPLES=${EXAMPLES:-on} \
-DWERROR=on \
${GENERATOR:+-G} "${GENERATOR}" -A "${PLATFORM}" -T "${TOOLSET}" ..
Expand Down

0 comments on commit 0cd97e0

Please sign in to comment.