yamcs / quickstart

Get started with Yamcs
https://yamcs.org
22 stars 22 forks source link

Add Basic CI Checks to catch early, simple failure #31

Closed unlikelyzero closed 3 months ago

unlikelyzero commented 3 months ago

Basics to run make all once a week and on each PR

https://github.com/yamcs/quickstart/issues/30

fqqb commented 3 months ago

Won't this run the server forever?

A simpler check would be to just run a mvn compile

unlikelyzero commented 3 months ago

@fqqb updated to check that the make all succeeded with the 'Sent' text in the output. Will also archive the logs in the event of an error