Skip to content

Commit

Permalink
Add GazeboDrone compilation to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Aug 7, 2021
1 parent e1d95f2 commit 29a4d1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:
source /opt/ros/*/setup.bash
cd ros
catkin build -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8
- name: Build GazeboDrone
run: |
sudo apt-get install -qq libgazebo9-dev gcc-8 g++-8
./clean.sh && ./build.sh --gcc
cd GazeboDrone
mkdir build && cd build
cmake .. && make

0 comments on commit 29a4d1d

Please sign in to comment.