/atmosphere-bitmap-comparison

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Build Status Download

See our site for better context of this readme. Click here

atmosphere-bitmap-comparison

The bitmap-comparison libraries of the ATMOSPHERE mobile testing framework

Project setup

Build the project

You can build the project using the included gradle wrapper by running:

  • ./gradlew build on Linux/macOS
  • gradlew build on Windows.

Publish to Maven Local

If the build is successful, also run:

  • ./gradlew publishToMavenLocal (Linux/macOS)
  • gradlew publishToMavenLocal (Windows)

to publish the jar to the local Maven repository so other projects that depend on it can use it.