dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

Adding CI #44

Open infeo opened 4 years ago

infeo commented 4 years ago

Even a most basic CI which only compiles the code would be helpful to check if commits/ Pull-Request are compile clean.

A basic and fast to set-up CI system provides Github by itself: Github Actions

JaniruTEC commented 4 years ago

Also automated Testing and checks for the most common errors arising from JNA would be useful, if possible and manageable.