Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxEoD2242 authored Jul 20, 2024
1 parent a491144 commit 6a7686e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
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: |
sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
./clean.sh && ./build.sh --gcc
cd GazeboDrone
mkdir build && cd build
cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
make
# Removing support for GazeboDrone. Gazebo is dead. Long live AirSim/Colosseum.
# - name: Build GazeboDrone
# run: |
# sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12
# ./clean.sh && ./build.sh --gcc
# cd GazeboDrone
# mkdir build && cd build
# cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 ..
# make

0 comments on commit 6a7686e

Please sign in to comment.