mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Use base azure image for primary wpilib build (#1744)
This will ensure everything works with no flags, even without a rio or raspbian compiler
This commit is contained in:
committed by
Peter Johnson
parent
2994250714
commit
9e19b29c31
@@ -67,7 +67,7 @@ stages:
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
|
||||
container: wpilib2020
|
||||
container: ubuntu
|
||||
|
||||
steps:
|
||||
- task: Gradle@2
|
||||
@@ -78,7 +78,6 @@ stages:
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
tasks: 'build'
|
||||
options: '-Pskiplinuxathena -Pskiplinuxraspbian'
|
||||
# checkStyleRunAnalysis: true
|
||||
# pmdRunAnalysis: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user