mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
committed by
Peter Johnson
parent
e15fabd2e1
commit
15c5a820bf
@@ -31,6 +31,8 @@ jobs:
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
options: '-PonlyAthena'
|
||||
checkStyleRunAnalysis: true
|
||||
pmdRunAnalysis: true
|
||||
|
||||
- job: Linux
|
||||
pool:
|
||||
@@ -45,10 +47,12 @@ jobs:
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.8'
|
||||
jdkArchitectureOption: 'x64'
|
||||
publishJUnitResults: false
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
options: '-PskipAthena'
|
||||
checkStyleRunAnalysis: true
|
||||
pmdRunAnalysis: true
|
||||
|
||||
- job: Styleguide
|
||||
pool:
|
||||
@@ -101,9 +105,11 @@ jobs:
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.8'
|
||||
jdkArchitectureOption: 'x64'
|
||||
publishJUnitResults: false
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
checkStyleRunAnalysis: true
|
||||
pmdRunAnalysis: true
|
||||
|
||||
- job: Windows_32_Bit
|
||||
pool:
|
||||
@@ -117,9 +123,11 @@ jobs:
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.8'
|
||||
jdkArchitectureOption: 'x86'
|
||||
publishJUnitResults: false
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
checkStyleRunAnalysis: true
|
||||
pmdRunAnalysis: true
|
||||
|
||||
- job: Mac
|
||||
pool:
|
||||
@@ -133,6 +141,8 @@ jobs:
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.8'
|
||||
jdkArchitectureOption: 'x64'
|
||||
publishJUnitResults: false
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
checkStyleRunAnalysis: true
|
||||
pmdRunAnalysis: true
|
||||
|
||||
Reference in New Issue
Block a user