Following can be running in CI. - [x] ```gradle test``` - [x] ```bundle exec rspec && bundle exec kitchen test``` in [bbl_install](https://github.com/nehemiaharchives/bbl/tree/master/bbl_install) dir - [x] create .msi installer via wix - [ ] create chocolatey package and upload it in [chocolatey.org](chocolatey.org) - [x] create .deb file - [ ] upload .deb file to [ppa](https://launchpad.net/ubuntu/+ppas) repository - [x] create .pkg file via jpackage - [x] upload mac binary to homebrew
Following can be running in CI.
gradle testbundle exec rspec && bundle exec kitchen testin bbl_install dir