Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 583 Bytes

Continuous Software Evolution Middleware

CircleCI

A middleware for continuous software evolution.

Build from the sources

./gradlew build

You can optionally skip the execution of static analysis and tests:

./gradlew build -x check

Some integration tests require that you have Docker installed. You can skip them as well:

./gradlew build -Dskip.integration=true