derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

Add CI to the project #166

Open derekwyatt opened 3 years ago

derekwyatt commented 3 years ago

We have some Ruby scripts in the repo that can perform some testing for us, but there's not a ton of things that it covers. Let's discuss the hurdles to be leaped in this issue and design an approach:

Anything else?

derekwyatt commented 3 years ago

@ches and anyone else... let's get some expert advice on this one :)

benknoble commented 3 years ago

I would recommend taking a look at some of ALE's CI infrastructure—I don't agree with all the style guidelines, but they have a very comprehensive test suite.