Open tadeu opened 5 years ago
cc @lrineau
@tadeu commented on Mar 21, 2019, 2:24 PM GMT+1:
Hi! Thanks for this awesome project! What do you think about making releases for
cgal-swig-bindings
(specially because of the tags), matching CGAL versions?It would help to maintain matching bindings and CGAL packages. Thanks! :)
The cgal-swig-bindings
project is independent from the releases of CGAL. Its HEAD is supposed to work correctly with all CGAL versions from CGAL-4.8 to CGAL-4.14 and CGAL master
. It is checked by Travis, now:
https://github.com/CGAL/cgal-swig-bindings/blob/55635605ed9287f963800d2e0dc5dac6bd3fa899/.travis.yml#L5-L14
@tadeu What is missing in our Travis checks is the tests on MacOS and Windows. Maybe you help us, having experience with the conda packages.
For tests on MacOS, I have that open PR #117.
Hi! Thanks for this awesome project! What do you think about making releases for
cgal-swig-bindings
(specially because of the tags), matching CGAL versions?It would help to maintain matching bindings and CGAL packages. Thanks! :)