-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add simple CI test #347
Add simple CI test #347
Conversation
This patch adds a simple CI workflow to test if the dependencies can be downloaded and the project actually builds.
@lkiesow, would this be ok to be merged now? |
The build still fails with warnings. We need to fix that first |
Could we add this with |
Just to get a simple CI started, this patch sets `CI=false` for now. Hopefully we can get this working with `CI=true` soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good now; let's get this in and improve gradually from here on.
And it already found a build error... :D Will be fixed by #404 |
But as they are unrelated I will merge this now. |
This patch adds a simple CI workflow to test if the dependencies can be downloaded and the project actually builds.