Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
a2547c2b84
commit
1ea83a23bd
1 changed files with 20 additions and 0 deletions
20
azure-pipelines-2.yml
Normal file
20
azure-pipelines-2.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Android
|
||||||
|
# Build your Android project with Gradle.
|
||||||
|
# Add steps that test, sign, and distribute the APK, save build artifacts, and more:
|
||||||
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/android
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
- main
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'macos-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- task: Gradle@2
|
||||||
|
inputs:
|
||||||
|
workingDirectory: ''
|
||||||
|
gradleWrapperFile: 'gradlew'
|
||||||
|
gradleOptions: '-Xmx3072m'
|
||||||
|
publishJUnitResults: false
|
||||||
|
testResultsFiles: '**/TEST-*.xml'
|
||||||
|
tasks: 'assembleDebug'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue