We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771bfbd commit 8e23e5bCopy full SHA for 8e23e5b
.github/workflows/humble-ci.yml
@@ -19,6 +19,6 @@ jobs:
19
run: |
20
docker run --rm -v $(pwd):/workspace -w /workspace \
21
glider-ros:humble \
22
- bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
+ bash -c "cd glider && cmake -S . -B build -DBUILD_TESTS=ON \
23
&& cd build && cmake --build . && ctest --output-on-failure"
24
.github/workflows/jazzy-ci.yml
@@ -19,5 +19,5 @@ jobs:
glider-ros:jazzy \
0 commit comments