Added circleci configuration.

This commit is contained in:
Erik C. Thauvin 2017-05-29 18:06:09 -07:00
parent 2517aabd97
commit e984042a77
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# PropertyFile plug-in for [Kobalt](http://beust.com/kobalt/home/index.html)
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [ ![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg?version=0.9.0) ](https://bintray.com/ethauvin/maven/kobalt-property-file/0.9.0/link)
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [![CircleCI](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master) [ ![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg?version=0.9.0) ](https://bintray.com/ethauvin/maven/kobalt-property-file/0.9.0/link)
The PropertyFile plug-in provides an optional task for editing [property files](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). It is inspired by the [ant PropertyFile task](https://ant.apache.org/manual/Tasks/propertyfile.html).

13
circle.yml Normal file
View file

@ -0,0 +1,13 @@
machine:
java:
version: oraclejdk8
dependencies:
override:
- chmod +x kobaltw
test:
override:
- ./kobaltw assemble test
post:
- cp -r kobaltBuild/test-output/* $CIRCLE_TEST_REPORTS/