mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Disable google tests on cross compilers (#1738)
Removes checks for onlyathena and onlyraspbian, and just disables gtest for cross compilers.
This commit is contained in:
committed by
Peter Johnson
parent
d9cb57a429
commit
2dc94e6052
@@ -103,11 +103,7 @@ model {
|
||||
}
|
||||
binaries {
|
||||
withType(GoogleTestTestSuiteBinarySpec) {
|
||||
if (!project.hasProperty('onlylinuxathena') && !project.hasProperty('onlylinuxraspbian')) {
|
||||
lib library: nativeName, linkage: 'shared'
|
||||
} else {
|
||||
it.buildable = false
|
||||
}
|
||||
lib library: nativeName, linkage: 'shared'
|
||||
}
|
||||
}
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user