mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Test running simulation in ci
This commit is contained in:
@@ -76,6 +76,11 @@ jobs:
|
||||
run: sudo apt-get install -y libsdl2-dev
|
||||
- name: Build simulator
|
||||
run: make build_simulator
|
||||
- name: Run simulator
|
||||
env:
|
||||
GAZEBO_MODEL_PATH: ${{ github.workspace }}/gazebo/models
|
||||
GAZEBO_PLUGIN_PATH: ${{ github.workspace }}/gazebo/build
|
||||
run: timeout --preserve-status 30 gzserver --verbose gazebo/flix.world || [ $? -eq 143 ]
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gazebo-plugin-binary
|
||||
|
||||
Reference in New Issue
Block a user