[sim] Remove unmaintained Gazebo support (#4736)

This commit is contained in:
Tyler Veness
2022-12-01 20:46:47 -08:00
committed by GitHub
parent 1f1461e254
commit 23bfc2d9ab
58 changed files with 2 additions and 5192 deletions

View File

@@ -1,19 +0,0 @@
name: Gazebo
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: "Build"
runs-on: ubuntu-22.04
container: wpilib/gazebo-ubuntu:22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build with Gradle
run: ./gradlew simulation:frc_gazebo_plugins:build simulation:halsim_gazebo:build -PbuildServer -PforceGazebo