1
0
Fork 0

Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Emotion 2022-11-24 22:22:34 +13:00
parent 6088f43bd3
commit c56b7a191d

23
azure-pipelines-1.yml Normal file
View file

@ -0,0 +1,23 @@
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
publishJUnitResults: false
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
mavenVersionOption: 'Default'
mavenOptions: '-Xmx3072m'
mavenAuthenticateFeed: false
effectivePomSkip: false
sonarQubeRunAnalysis: false