-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autobuild STORM in CMakeLists.txt #20
Comments
Hey @ifndefJOSH , I'm interested in contributing to this issue, so before I start working on it, would you mind sparing your time explaining what the issue is about and pointing me to some resources to get started. |
Hi @9gl , thanks for your interest! STAMINA depends on a model-checking engine called STORM, located at https://github.com/moves-rwth/storm. Last week I created a GitHub workflow to autobuild STAMINA (see Resources:
Ideally, I would like it to put STORM in a Thanks! |
Oh, and make sure you check out the style guide before contributing. Thanks! |
CMake action disabled until this is complete |
STORM is able to do this using a
resources
folder with just aCMakeLists.txt
for each third party resources. I'm not sure yet how to do this, but this would be a good contribution, especially for our GitHub workflows.The text was updated successfully, but these errors were encountered: