Shorten Gazebo CI build (#3506)

Only build the Gazebo simulation projects instead of all of WPILib.
This commit is contained in:
Tyler Veness
2021-08-07 20:37:57 -07:00
committed by GitHub
parent baf2e501dc
commit 09666ff294

View File

@@ -12,4 +12,4 @@ jobs:
with:
fetch-depth: 0
- name: Build with Gradle
run: ./gradlew build -PbuildServer -PmakeSim -Dorg.gradle.jvmargs=-Xmx2g
run: ./gradlew simulation:frc_gazebo_plugins:build simulation:halsim_gazebo:build -PbuildServer -PmakeSim