Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b262aaec authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Build specific target we need

parent 04d3df08
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ build:
  - echo modules.nearby false >> local.properties
  script:
  - ./gradlew hideSecretFromPropertiesFile -PpropertiesFileName=credentials.properties -Ppackage=com.google.android.gms
  - ./gradlew assembleDebug
  - ./gradlew assembleRelease
  - ./gradlew assembleMapboxDefaultDebug assembleDefaultDebug
  - ./gradlew assembleMapboxDefaultRelease assembleDefaultRelease
  artifacts:
    paths:
    - play-services-core/build/outputs/apk/
@@ -54,8 +54,8 @@ build-nearby:
  - echo modules.nearby true >> local.properties
  script:
  - ./gradlew hideSecretFromPropertiesFile -PpropertiesFileName=credentials.properties -Ppackage=com.google.android.gms
  - ./gradlew assembleDebug
  - ./gradlew assembleRelease
  - ./gradlew assembleMapboxDefaultDebug assembleDefaultDebug
  - ./gradlew assembleMapboxDefaultRelease assembleDefaultRelease

publish:
  stage: publish