Skip to content

Alpha release 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kuniwak Kuniwak released this 17 Feb 05:12
· 227 commits to master since this release

Release Notes

Initial release.

How to know the binaries you should download

All binaries are named as <binary-name>-<os>-<arch>[.exe].

STEP-1. Select binaries

Select one ore more binaries of:

unity-meta-check
Checker for missing/dangling meta files. The result print to stdout.
unity-meta-check-junit
Reporter for Jenkins compatible XML based JUnit reports. It need a result of unity-meta-check from stdin.
unity-meta-check-github-pr-comment
Reporter for GitHub comments of GitHub issues or pull requests. It need a result of unity-meta-check from stdin.
unity-meta-autofix
Autofix for meta files problems. It need a result of unity-meta-check via stdin.

STEP-2. Select OS

Select one OS that you execute unity-meta-check on:

windows
The binary is for Windows.
darwin
The binary is for macOS.
linux
The binary is for Linux. Select Linux if you want to run unity-meta-check in Docker.

STEP-3. Select CPU Architecture

Select one CPU architecture that you execute unity-meta-check on:

amd64
AMD64 (a.k.a. x64 or x86-64)

STEP-4. Locate the downloaded binaries to somewhere specified in PATH

That is all.