-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update CI to test installation with both GNU make and CMake #241
Comments
Right now it looks like CI already tests make/cmake for both ubuntu and macos. Is the goal for this to add make support to windows? Otherwise maybe we can close this one as complete |
Native Windows builds (i.e. not using cygwin, WSL, msys2, or something like that) with GNU make are not really possible. CMake is the way to go in this case. Therefore, on Windows, it should be sufficient to just test with CMake. |
so should we close this? |
Post here what PR addresses this issue, and then it should fine to close this. |
#189 is when |
The issue mentioned in the top post is about a bug in the |
Maybe I'm misunderstanding, but I thought we already test installation using both make and cmake for ubuntu and macos, and cmake for windows? |
I only see commands that build GLVis and then test it in the CI:
I don't see anything that runs the |
When installed via When installed via We could update the testing to also work for |
I think you are confusing the build directory with the install directory. The commands in CI build GLVis in the build directory and run it from there. The target called With CMake, the install directory is set with the flag With GNU make, the install directory can be set with This issue is about adding a test that invokes the target called Edit: fixed a typo "we support out-of-source builds" -> "we do not support out-of-source builds". |
This came up in #239
The text was updated successfully, but these errors were encountered: