mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 04:19:00 +00:00
Add job for macos build
This commit is contained in:
parent
44ef91be33
commit
adc1f3faff
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -33,3 +33,14 @@ jobs:
|
|||||||
name: gazebo-plugin-binary
|
name: gazebo-plugin-binary
|
||||||
path: gazebo/build/*.so
|
path: gazebo/build/*.so
|
||||||
retention-days: 1
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user