Added cirlceci configuration.

This commit is contained in:
Erik C. Thauvin 2017-05-29 19:04:46 -07:00
parent 0e3604638b
commit 54822780ff
5 changed files with 21 additions and 12 deletions

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/