* Dot not build tutorials in Debug mode.
Fix script.
Limit num of parallel jobs on Windows Nighlty.
Update job matrix.
Update job matrix.
Update job matrix.
Rename jobs.
* Limit branches that triggers a CI build.
* Restore original name.
- Fixes#1229 by defaulting to static MSVC runtime on Windows.
- CMake will now fail if LIBIGL_WITH_CGAL is ON but CGAL is not found
(e.g. missing Boost or gmp/mpfr).
- Removed some duplicated template instantiations on Windows.
- Added IGL_DEBUG_OFF to disable slow unit test in Debug configuration
by default.
- Do not FORCE options given to third-party libraries.