mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
d2831f9bad
commit
19da0301c8
1 changed files with 16 additions and 0 deletions
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Starter pipeline
|
||||||
|
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
||||||
|
# Add steps that build, run tests, deploy, and more:
|
||||||
|
# https://aka.ms/yaml
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'vs2017-win2016'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: |
|
||||||
|
echo Starting the build
|
||||||
|
mvn package
|
||||||
|
displayName: 'Build with Maven'
|
Loading…
Reference in a new issue