mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Skip PDB copy on windows build servers (#3458)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import org.gradle.internal.os.OperatingSystem
|
||||
|
||||
nativeUtils.skipInstallPdb = project.hasProperty('buildServer')
|
||||
|
||||
nativeUtils.addWpiNativeUtils()
|
||||
nativeUtils.withRoboRIO()
|
||||
nativeUtils.withRaspbian()
|
||||
|
||||
Reference in New Issue
Block a user