project-everest / everest

https://project-everest.github.io/
Apache License 2.0
193 stars 29 forks source link

Create a CI for Vale #21

Closed BarryBo closed 7 years ago

BarryBo commented 7 years ago

We should set up Continuous Integration for Vale, building on 32-bit and 64-bit Windows, as well as Linux, mirroring the configurations that the ./everest script uses.

The current, undocumented, policy, is to have contributors push directly to master, and wait for the everest build to try and roll forward to the new head in vale.

msprotz commented 7 years ago

@darrenge can we repurpose the existing definitions for Spartan that used to run?

darrenge commented 7 years ago

Yeah we can once we know the calls to make etc. Currently it is calling nmake.

msprotz commented 7 years ago

We're building Vale as part of everest, so the right invocations are listed in the everest script at https://github.com/project-everest/everest/blob/master/everest#L556 -- this should be easily transferrable, assuming you have the things in the PATH

darrenge commented 7 years ago

So we are on the same page ... you are talking making those everest calls from the ci script ... right?

msprotz commented 7 years ago

That would be the simplest way, in my opinion, yes, since the code is already there.

darrenge commented 7 years ago
darrenge commented 7 years ago

This is done ... so can close