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

Commit ed199f38 authored by Nishith  Khanna's avatar Nishith Khanna Committed by Nishith Khanna
Browse files

ci: concurrent jobs

parent 14693e4c
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -103,8 +103,7 @@ build-release:
analysis:
  stage: code-quality
  <<: *build_rules
  needs:
    - build-release
  needs: []
  script:
    - ./gradlew detekt lintRelease
  artifacts:
@@ -115,8 +114,7 @@ analysis:
tests:
  stage: code-quality
  <<: *build_rules
  needs:
    - build-release
  needs: []
  script:
    - ./gradlew testReleaseUnitTest jacocoReleaseReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl"
    - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoReleaseReport/jacocoReleaseReport.xml