You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS was already tested before, but only with the CMake version included in default Travis' osx virtualization environment. #115 could be used as a scaffold for implementing the test of multiple CMake versions also in osx.
Is testing on linux enough or osx is also recommended?
osx is recommended
If yes, is it useful testing with Xcode generator?
I'd say that we should test at least "Unix Makefiles" and "Ninja" on linux, "Xcode" on macOS
Is it useful testing either Debug and Release build types?
No, it's actually useless, you can just use Release
Is it useful testing either with gcc and clang?
No, it's more important to test different generators...
macOS was already tested before, but only with the CMake version included in default Travis' osx virtualization environment. #115 could be used as a scaffold for implementing the test of multiple CMake versions also in osx.
On macOS we don't care about multiple CMake versions, as long as the latest version works.
As discussed with @drdanz, I'm extending Travis CI test capabilities. I have some questions before proceeding:
Debug
andRelease
build types?gcc
andclang
?The text was updated successfully, but these errors were encountered: