Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.24 KB

Java Docker setup

Travis CircleCI codecov

Welcome to my sample project on how to setup a Java environment using Docker and Visual Studio Code on Linux. This project uses 2 containers, one to build and debug the code, and a second one to run coala validation tests.

The setup contains all the configuration you need to debug in vscode out of the box, simply press F5 to run and once the container is up and running, press F5 again to debug the code.

The code contains build files for circle.io and Travis while the coverage is being handled by codecov

You can play around with the code and validate the effects using the makefile commands build or validate.

Have fun!