Added circleci configuration.
This commit is contained in:
parent
dc99641c3e
commit
9d5b969dd9
4 changed files with 18 additions and 5 deletions
11
circle.yml
Normal file
11
circle.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- chmod +x kobaltw
|
||||
|
||||
test:
|
||||
override:
|
||||
- ./kobaltw assemble
|
Loading…
Add table
Add a link
Reference in a new issue