mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Add Azure DevOps pipeline configuration
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- task: Gradle@2
|
||||||
|
displayName: "Gradle: build"
|
||||||
|
inputs:
|
||||||
|
workingDirectory: ''
|
||||||
|
gradleWrapperFile: 'gradlew'
|
||||||
|
gradleOptions: '-Xmx3072m'
|
||||||
|
javaHomeOption: 'JDKVersion'
|
||||||
|
jdkVersionOption: '1.8'
|
||||||
|
jdkArchitectureOption: 'x64'
|
||||||
|
publishJUnitResults: false
|
||||||
|
testResultsFiles: '**/TEST-*.xml'
|
||||||
|
tasks: 'build'
|
||||||
Reference in New Issue
Block a user