mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 04:19:00 +00:00
Enable building simulator for macOS on push
This commit is contained in:
parent
b278d7cfc1
commit
886e592a20
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -52,13 +52,13 @@ jobs:
|
|||||||
path: gazebo/build/*.so
|
path: gazebo/build/*.so
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
# build_simulator_macos:
|
build_simulator_macos:
|
||||||
# runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# - name: Install Gazebo
|
- name: Install Gazebo
|
||||||
# run: brew tap osrf/simulation && brew install gazebo11
|
run: brew tap osrf/simulation && brew install gazebo11
|
||||||
# - name: Install SDL2
|
- name: Install SDL2
|
||||||
# run: brew install sdl2
|
run: brew install sdl2
|
||||||
# - name: Build simulator
|
- name: Build simulator
|
||||||
# run: make build_simulator
|
run: make build_simulator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user