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

wooga / atlas-unity-version-manager / 26
26%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2018 09:55PM UTC
Jobs 1
Files 8
Run time 1s
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

Add installUnity task (#18)

* Add installUnity task

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

This patch adds a new convenience task names `:installUnity`
to the unity version manager plugin. The task allows to install
arbitrary Unity versions with optional components to any
writeable directory on the users system.

This task is intended as a command line interface and not yet
used internally by the `:checkInstallation` task.

Usage
-----

The basic help page can be printed out by gradle with:
`gradle help —task installUnity`

```bash
Path
     :installUnity

Type
     UvmInstallUnity (wooga.gradle.unity.version.manager.tasks.UvmInstallUnity)

Options
     --component     A unity component to install

     --destination     The location to install Unity to

     --version     The version to install

Description
     installs a unity editor version and optional components

Group
     unity version manager
```

_Install a version of unity to the default install location:_

`gradle installUnity --version={VERSION}`

_Install the unity version configured in the project to a custom destination:_

`gradle installUnity --destination={INSTALL_PATH}`

_Install unity with iOS and android support component

`gradle installUnity --component=ios --component=android`

Changes
=======

* ![UPDATE] `net.wooga:unity-version-manager-jni` too `0.2.0`
* ![ADD] new task `installUnity`

* Disable gradle 5 deprication warnings

180 of 183 relevant lines covered (98.36%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26.1 13 Dec 2018 09:55PM UTC 0
98.36
Source Files on build 26
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #26
  • 3daed0c5 on github
  • Prev Build on master (#25)
  • Next Build on master (#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