Skip to content

Commit f28b4a5

Browse files
committed
Merge remote-tracking branch 'orgin/BiLi_PC_Gamer' into BiLi_PC_Gamer
2 parents 0125ff6 + 5dd1edc commit f28b4a5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

azure-pipelines-1.yml

+20
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+
- BiLi_PC_Gamer
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'

settings.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencyResolutionManagement {
1111
repositories {
1212
google()
1313
mavenCentral()
14-
maven { url "https://jcenter.bintray.com" }
1514
maven { url "https://jitpack.io" }
1615
}
1716
}

0 commit comments

Comments
 (0)