[build] Add Gazebo build to Actions CI (#3004)

This commit is contained in:
Austin Shalit
2020-12-30 11:38:49 -08:00
committed by GitHub
parent fccf86532f
commit 78b542737a

View File

@@ -166,6 +166,17 @@ jobs:
run: ctest -C "Debug"
working-directory: ${{ runner.workspace }}/build/
build-gazebo:
name: "Build - Gazebo"
runs-on: ubuntu-latest
container: wpilib/gazebo-ubuntu:18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build with Gradle
run: ./gradlew build -PbuildServer -PmakeSim
wpiformat:
name: "wpiformat"
runs-on: ubuntu-latest