Skip to content

Commit

Permalink
Remove ROS2 CI test until determination of fix can be made in ament_c…
Browse files Browse the repository at this point in the history
…make
  • Loading branch information
xxEoD2242 committed Sep 1, 2022
1 parent e675165 commit 847969b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
cd ros
catkin build -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8
- name: Build ROS2 Wrapper
if: matrix.os == 'ubuntu-20.04'
run: |
chmod +x ./tools/install_ros2_deps.sh
./tools/install_ros2_deps.sh
source /opt/ros/*/setup.bash
cd ros2
colcon build --cmake-args -DCMAKE_C_COMPILER=gcc-8 --cmake-args -DCMAKE_CXX_COMPILER=g++-8
# - name: Build ROS2 Wrapper
# if: matrix.os == 'ubuntu-20.04'
# run: |
# chmod +x ./tools/install_ros2_deps.sh
# ./tools/install_ros2_deps.sh
# source /opt/ros/*/setup.bash
# cd ros2
# colcon build --cmake-args -DCMAKE_C_COMPILER=gcc-8 --cmake-args -DCMAKE_CXX_COMPILER=g++-8

- name: Build GazeboDrone
run: |
Expand Down

0 comments on commit 847969b

Please sign in to comment.