Added circleci configuration.
This commit is contained in:
parent
2517aabd97
commit
e984042a77
2 changed files with 14 additions and 1 deletions
13
circle.yml
Normal file
13
circle.yml
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue