Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit ae3a8e7

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 04f270e commit ae3a8e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

azure-pipelines.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Android
2+
# Build your Android project with Gradle.
3+
# Add steps that test, sign, and distribute the APK, save build artifacts, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/languages/android
5+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: 'macos-latest'
11+
12+
steps:
13+
- task: Gradle@2
14+
inputs:
15+
workingDirectory: ''
16+
gradleWrapperFile: 'gradlew'
17+
gradleOptions: '-Xmx3072m'
18+
publishJUnitResults: false
19+
testResultsFiles: '**/TEST-*.xml'
20+
tasks: 'assembleDebug'

0 commit comments

Comments
 (0)