Skip to content

Commit 718f773

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 341bdb8 commit 718f773

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

azure-pipelines.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
trigger:
3+
- develop
4+
- stage
5+
- master
6+
7+
pool:
8+
vmImage: ubuntu-latest
9+
10+
steps:
11+
- task: Maven@3
12+
inputs:
13+
mavenPomFile: 'pom.xml'
14+
mavenOptions: '-Xmx3072m'
15+
javaHomeOption: 'JDKVersion'
16+
jdkVersionOption: '11'
17+
jdkArchitectureOption: 'x64'
18+
publishJUnitResults: true
19+
testResultsFiles: '**/surefire-reports/TEST-*.xml'
20+
goals: 'package'
21+
22+

0 commit comments

Comments
 (0)