heremaps / tin-terrain

A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes.
MIT License
586 stars 127 forks source link

added support for travis CI #39

Closed adrpar closed 6 years ago

adrpar commented 6 years ago

Added all tests as mentioned in issue https://github.com/heremaps/tin-terrain/issues/25.

Fsanitize on gcc is unfortunately failing, so there must be a memory issue some where (I have clions static analyzer throwing various errors, I guess it has to be one of these).

Further, gcc release built only works with O2 optimization flag, most likely due to memory corruption issue that also lets fsanitize fail. But for the start, that's where we are.