Added cirlceci configuration.
This commit is contained in:
parent
0e3604638b
commit
54822780ff
5 changed files with 21 additions and 12 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