Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Issue #12: Keep build reports as artifacts on taskcluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Mar 23, 2018
1 parent 4668e08 commit 24e9bd4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@ tasks:
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& ./gradlew --no-daemon clean assemble test detektCheck ktlint lint
artifacts:
'public/reports':
type: 'directory'
path: '/build/android-components/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/browser-errorpages/reports':
type: 'directory'
path: '/build/android-components/components/browser/errorpages/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/support-ktx/reports':
type: 'directory'
path: '/build/android-components/components/support/ktx/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/support-utils/reports':
type: 'directory'
path: '/build/android-components/components/support/utils/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/ui-colors/reports':
type: 'directory'
path: '/build/android-components/components/ui/colors/build/reports'
expires: "{{ '1 week' | $fromNow }}"
metadata:
name: Android Components - Pull Request
description: Building and testing Android components - triggered by a pull request.
Expand Down

0 comments on commit 24e9bd4

Please sign in to comment.