Commit Graph
19 Commits
Author SHA1 Message Date
Jérémie Dumas 225edb47b6 Fix typo + remove cmake warning. 2020-12-08 21:32:37 -08:00
Jérémie Dumas d14ab658df Limit to one linking job at the same time. 2020-12-08 18:45:17 -08:00
Jérémie Dumas a3ba1f24f8 Update nightly.yml 2020-11-22 09:30:11 -08:00
Jérémie Dumas 645718cf77 Update continuous.yml 2020-11-18 11:25:09 -08:00
Jérémie Dumas a956dfd37d Set env for nightly job. (#1651) 2020-11-18 10:15:42 -08:00
Jérémie Dumas 682e4b9685 Update github actions. (#1649) 2020-11-14 18:19:03 -08:00
Jérémie Dumas 1b745f81ed Update compiler version in github actions. (#1629) 2020-10-17 14:00:21 -07:00
Jérémie Dumas 317f0522a8 Apt update. 2020-09-07 17:00:05 -07:00
Jérémie Dumas 60ea43092c Add issue template for code compilation. 2020-05-03 09:32:42 -07:00
Jérémie Dumas 03e65b95ca Fix Nightly CI. 2020-05-03 00:03:20 -07:00
Jérémie Dumas 6664ffef18 Fix CI build on Windows. (#1495) 2020-05-02 12:56:39 -07:00
Jérémie Dumas 0c5bb13883 Update issue templates
Update templates.

Update templates.

Update templates.

Update templates.

Rename.

Copy.

Update.
2020-04-12 09:45:01 -07:00
Jérémie Dumas a90a67bdf2 Update clone depth. 2020-04-11 11:44:23 -07:00
Jérémie Dumas a203de97aa Update pull_request_template.md (#1348)
* Update pull_request_template.md
2020-04-11 11:33:34 -07:00
Jérémie Dumas 021ec6f946 Dot not build tutorials in Debug mode. (#1473)
* 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.
2020-04-11 09:57:38 -07:00
Jérémie Dumas 252017af44 Add workflows for GitHub Actions + misc fixes.
- 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.
2019-12-19 15:19:32 -05:00
DerouineauNicolas 83b8e45103 Keep reference to multiple material when reading obj (#1280)
* Update issue_template.md

* Update issue_template.md

* Update issue_template.md

* Update issue_template.md

* Better doc

* WIP: Add function to load obj with material

* Fix error with gcc

* Read material and push it to the FM vector

* Code cleaning

* Use generic function overload

* switch to std::tuple<std::string, Index, Index >> for face material association

* Change SHA1 in libigl test data

* update the URL in the CMake to point to own fork

* Update LibiglDownloadExternal.cmake
2019-10-08 11:47:16 -04:00
Alec Jacobson 5066b5d253 Create pull_request_template.md (#931)
* Create pull_request_template.md

* Update pull_request_template.md


Former-commit-id: c5dd003a18
2018-10-15 10:46:50 -04:00
Alec Jacobson 99bc7bddb6 Create issue_template.md (#932)
* Create issue_template.md

* Update issue_template.md


Former-commit-id: 207a121296
2018-10-15 10:46:40 -04:00