sleekbyte/tailor

View on GitHub
script/cibuild

Summary

Maintainability
Test Coverage
#!/usr/bin/env sh
# Usage: script/cibuild
# Emulates a continuous integration build.

set -e

# Assemble all the archives in the project
./gradlew assemble

# Perform all verification tasks in the project
./gradlew check