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