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

wooga / atlas-build-unity / 26
25%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 23 Nov 2020 10:14AM UTC
Jobs 4
Files 37
Run time 639712min
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
26

push

jenkins

PublishArtifact from ExportArchive task (#80)

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

1274 of 1477 relevant lines covered (86.26%)

1.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26.1 23 Nov 2020 10:14AM UTC 0
28.64
2 26.2 23 Nov 2020 10:14AM UTC 0
28.64
3 26.3 23 Nov 2020 10:15AM UTC 0
86.12
4 26.4 10 Feb 2022 04:06PM UTC 0
38.53
Source Files on build 26
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #26
  • bcbc2af7 on github
  • Prev Build on release/1.x
  • Next Build on release/1.x (#27)
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

© 2026 Coveralls, Inc