From adc1f3faff7acfd3d874220305e5e581a765241e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 2 Apr 2023 22:49:59 +0300 Subject: [PATCH] Add job for macos build --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afcb7c7..f323acc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,3 +33,14 @@ jobs: name: gazebo-plugin-binary path: gazebo/build/*.so retention-days: 1 + + build_simulator_macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Install Gazebo + run: brew tap osrf/simulation && brew install gazebo11 + - name: Install SDL2 + run: brew install sdl2 + - name: Build simulator + run: make build_simulator