remove android application, will try later
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b907866c85
commit
d1f8d1dc35
25 changed files with 0 additions and 3158 deletions
24
.drone.yml
24
.drone.yml
|
|
@ -11,27 +11,3 @@ steps:
|
|||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA:0:7}
|
||||
|
||||
- name: build-debug
|
||||
image: cirrusci/android-sdk:33
|
||||
commands:
|
||||
- cd MathHomeworkHelper
|
||||
- echo "Building Debug APK..."
|
||||
- gradle clean assembleDebug
|
||||
- echo "Debug APK built successfully!"
|
||||
|
||||
- name: build-release
|
||||
image: cirrusci/android-sdk:33
|
||||
commands:
|
||||
- cd MathHomeworkHelper
|
||||
- echo "Building Release APK..."
|
||||
- gradle clean assembleRelease
|
||||
- echo "Release APK built successfully!"
|
||||
|
||||
- name: run-tests
|
||||
image: cirrusci/android-sdk:33
|
||||
commands:
|
||||
- cd MathHomeworkHelper
|
||||
- echo "Running unit tests..."
|
||||
- gradle test
|
||||
- echo "Tests completed!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue