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

Commit 01b2b67d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '000-main-ci' into 'main'

ci: run multiple jobs together

See merge request !806
parents 14693e4c ed199f38
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