viperproject / viperserver

HTTP server that manages verification requests to different tools from the Viper tool stack.
Other
10 stars 17 forks source link

Create Viper Tools #36

Closed ArquintL closed 3 years ago

ArquintL commented 3 years ago

This PR extends the CI to build ViperTools release artifacts on GitHub. It either takes the latest stable or latest nightly release from the PM website and takes Z3 and Boogie from there.

In addition, I've unified ViperServer's main class for HTTP and LSP. There is now a CLI option to specify which one you want (HTTP being the default to be backwards compatible)