Skip to content

Commit c640c5c

Browse files
committed
ci: compile tests
1 parent 06cba17 commit c640c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/noble-ros2/scripts/build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ forest grow OpenSoT --verbose --clone-depth 1 -j ${FOREST_JOBS:-1}
3030

3131
# build tests
3232
cd build/OpenSoT
33-
cmake -DBUILD_TESTS=1 .
33+
cmake -DOPENSOT_COMPILE_TESTS=1 .
3434
make -j ${FOREST_JOBS:-1}

0 commit comments

Comments
 (0)