mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Unconditionally skip athena builds for sim (#1748)
They'll pretty much never work
This commit is contained in:
committed by
Peter Johnson
parent
118e9d29d5
commit
804926fb5b
@@ -5,5 +5,5 @@ repositories {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
compile "edu.wpi.first:native-utils:2020.0.2"
|
||||
compile "edu.wpi.first:native-utils:2020.0.3"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ ext {
|
||||
apply from: "${rootDir}/shared/nilibraries.gradle"
|
||||
|
||||
if (!project.hasProperty('onlylinuxathena')) {
|
||||
ext.skiplinuxathena = true
|
||||
apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
model {
|
||||
|
||||
@@ -12,7 +12,7 @@ ext {
|
||||
apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
if (!project.hasProperty('onlylinuxathena')) {
|
||||
|
||||
ext.skiplinuxathena = true
|
||||
ext {
|
||||
sharedCvConfigs = [halsim_adx_gyro_accelerometerTest: []]
|
||||
staticCvConfigs = [:]
|
||||
|
||||
@@ -13,7 +13,7 @@ ext {
|
||||
apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
if (!project.hasProperty('onlylinuxathena')) {
|
||||
|
||||
ext.skiplinuxathena = true
|
||||
ext {
|
||||
sharedCvConfigs = [lowfi_simTest: []]
|
||||
staticCvConfigs = [:]
|
||||
|
||||
Reference in New Issue
Block a user