Skip to content

Commit

Permalink
add gtest on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Dec 27, 2023
1 parent d293336 commit 052b82c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
python-version: '3.10'

- name: Install GTest on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install -y libgtest-dev

- name: Install GTest on macOS
if: startsWith(matrix.os, 'macos')
run: brew install gtest

- name: hakoniwa-px4sim/hakoniwa
run: |
cd hakoniwa && bash build.bash

0 comments on commit 052b82c

Please sign in to comment.