• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-build-unity / 2
29%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 20 Nov 2020 08:01PM UTC
Jobs 3
Files 37
Run time 57s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2

push

jenkins

PublishArtifact from ExportArchive task

Description
===========

This patch brings a small helper to declare the output of
`ExportArchive` as an gradle publish artifact. The old implementation
`XCodeExportTask` was of type `AbstractArchiveTask` which is by default
an `PublishArtifact`. For the new implementation I did not want to base
of this class because it makes it harder to share common task
properties. Also because the new implementation uses the provider API
which makes it really hard to support both a lazy interface and at the
same time the old static getters. Thats why I opted for a wrapper type.

One can request the `PublishArtifact` from the export task by calling:
`getPublishArtifact()`.

Her is an example usage:

```groovy
configurations {
   archives
}

configurations['default'].extendsFrom(configurations.archives)

project.artifacts {
    archives(${testTaskName}.publishArtifact) {
        it.type = "iOS application archive
    }
}
```

We will need this to be compatible with the current script
implementations.

Changes
=======

* ![ADD] `PublishArtifact` from `ExportArchive` task

423 of 1477 relevant lines covered (28.64%)

1.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2.1 20 Nov 2020 08:01PM UTC 0
28.64
2 2.2 20 Nov 2020 08:02PM UTC 0
28.64
3 2.3 20 Nov 2020 08:02PM UTC 0
86.12
Source Files on build 2
  • Tree
  • List 37
  • Changed 37
  • Source Changed 37
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Jenkins Build #2
  • 3cd826fe on github
  • Prev Build on PR-80
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc