mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
b1c47b86be
commit
6f68247c47
1 changed files with 15 additions and 0 deletions
15
azure-pipelines.yml
Normal file
15
azure-pipelines.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
pool: "Azure Pipelines"
|
||||
trigger:
|
||||
- main
|
||||
jobs:
|
||||
- job: "gradle"
|
||||
displayName: "gradle job"
|
||||
steps:
|
||||
- task: "Gradle@3"
|
||||
inputs:
|
||||
|
||||
gradleWrapperFile: 'gradlew'
|
||||
tasks: 'build'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
|
Loading…
Reference in a new issue