eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
599 stars 143 forks source link

GitHub action to run builds #706

Closed mickaelistria closed 1 year ago

eclipse-lsp4j-bot commented 1 year ago

Can one of the admins verify this patch?

mickaelistria commented 1 year ago

gradle publish and flags -PignoreTestFailures=true --refresh-dependencies --continue mvn -f releng/pom.xml --batch-mode --update-snapshots clean install collecting and reporting test results

For the moment, just a build that answers yes/no is most of what I can offer. I'm not familiar with Gradle and so on to do more. Also if I'm not mistaken, isn't the mvn only intended to do p2 stuff?

cdietrich commented 1 year ago

yes mvn just builds the p2 repo. gradle puts test results to https://github.com/eclipse/lsp4j/blob/4bad511eb9471bef9aafc9ad8e7d9c55b6747a25/releng/build.Jenkinsfile#L84

jonahgraham commented 1 year ago

Lets go with this for now, people can add to it as needed later.