Skip to content

Commit

Permalink
NTV-622: Internal builds not being generated (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang committed Sep 26, 2022
1 parent 1c99189 commit a0a6511
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
@@ -1,7 +1,8 @@
base_job: &base_job
executor:
name: android/android-machine
resource-class: xlarge
name: android/android-machine
resource-class: xlarge
tag: 2022.08.1
working_directory: '~/project'
environment:
TERM: dumb
Expand All @@ -10,8 +11,8 @@ base_job: &base_job

version: 2.1
orbs:
codecov: codecov/codecov@1.1.5
android: circleci/android@1.0.3
codecov: codecov/codecov@3.2.3
android: circleci/android@2.1.2

jobs:
build:
Expand Down Expand Up @@ -48,10 +49,9 @@ jobs:
- run: ./gradlew checkstyle
- run: ./gradlew ktlint
- run: ./gradlew lintExternalRelease
- run: ./gradlew testExternalRelease -PdisablePreDex
- run: ./gradlew app:jacocoInternalDebug --stacktrace
- run: ./gradlew jacocoExternalReleaseReport -PdisablePreDex # jacoco executes internally testExternalRelease
- codecov/upload:
file: app/build/reports/jacoco/jacocoInternalDebugReport/jacocoInternalDebugReport.xml
file: app/build/reports/jacoco/jacocoExternalReleaseReport/jacocoExternalReleaseReport.xml
- store_artifacts:
path: app/build/reports
destination: reports
Expand Down

0 comments on commit a0a6511

Please sign in to comment.