fix stuff
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-11-25 11:19:09 +01:00
parent 60ac9bddb0
commit 91b9afa096

View file

@ -9,7 +9,7 @@ steps:
environment: environment:
GRADLE_USER_HOME: .gradle GRADLE_USER_HOME: .gradle
commands: commands:
- cd MathHomeWorkHelper - cd MathHomeworkHelper
- echo "Building Debug APK..." - echo "Building Debug APK..."
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew clean assembleDebug - ./gradlew clean assembleDebug
@ -21,7 +21,7 @@ steps:
environment: environment:
GRADLE_USER_HOME: .gradle GRADLE_USER_HOME: .gradle
commands: commands:
- cd MathHomeWorkHelper - cd MathHomeworkHelper
- echo "Building Release APK..." - echo "Building Release APK..."
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew clean assembleRelease - ./gradlew clean assembleRelease
@ -33,7 +33,7 @@ steps:
environment: environment:
GRADLE_USER_HOME: .gradle GRADLE_USER_HOME: .gradle
commands: commands:
- cd MathHomeWorkHelper - cd MathHomeworkHelper
- echo "Running unit tests..." - echo "Running unit tests..."
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew test - ./gradlew test