-
Notifications
You must be signed in to change notification settings - Fork 39
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 CI pipeline #31
Comments
@cbachhuber not including the demo project in the build links successfully. So the problem should stem from the demo project. |
Right, I already found that as well. I'm quite sure, however, that not the demo project is the problem, but that we are linking everything together to an executable. So at this time, 'undefined reference' errors will surface. I had the suspicion that CI does not find the GLEW library, and I'm right:
So I'm currently looking into ways of enabling CI to find GLEW. Do you think that makes sense? |
Fixed! See this build :) |
This answer writes PR incoming ;) |
Thanks you for testing this. I just pushed a commit to see if |
It seems that something else is needed. I just created a new branch, but with only the |
Sure go ahead 👍 . I suggest rebasing against my master branch as I have removed the build folder. So it has to be created again in the CI. |
The text was updated successfully, but these errors were encountered: