[build] Skip PDB copy on windows build servers (#3458)

This commit is contained in:
Thad House
2021-06-21 20:56:42 -07:00
committed by GitHub
parent b45572167d
commit 4e1fa03087
2 changed files with 3 additions and 1 deletions

View File

@@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2022.0.0"
implementation "edu.wpi.first:native-utils:2022.0.2"
}

View File

@@ -1,5 +1,7 @@
import org.gradle.internal.os.OperatingSystem
nativeUtils.skipInstallPdb = project.hasProperty('buildServer')
nativeUtils.addWpiNativeUtils()
nativeUtils.withRoboRIO()
nativeUtils.withRaspbian()