Skip to content

Commit

Permalink
Enable building simulator for macOS on push
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 19, 2023
1 parent b278d7c commit 886e592
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
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
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

0 comments on commit 886e592

Please sign in to comment.