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

Commit c9062c5

Browse files
committed
修改 Gitlab CI 配置
1 parent a6948a7 commit c9062c5

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,12 @@ before_script:
5050
- sdkmanager --sdk_root=${ANDROID_HOME} "platform-tools"
5151
- sdkmanager --sdk_root=${ANDROID_HOME} "build-tools;${ANDROID_BUILD_TOOLS}"
5252

53-
# Not necessary, but just for surity
54-
- chmod +x ./gradlew
55-
56-
# Basic android and gradle stuff
57-
# Check linting
58-
lintDebug:
59-
interruptible: true
60-
stage: build
61-
script:
62-
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
63-
6453
# Make Project
65-
assembleOnlineRelease:
54+
build:
6655
interruptible: true
6756
stage: build
6857
script:
6958
- ./gradlew --parallel app:assembleOnlineRelease
7059
artifacts:
7160
paths:
72-
- app/build/outputs/
61+
- app/build/outputs/

0 commit comments

Comments
 (0)