Closed devangcx closed 3 years ago
Hi, Travis fails to build rhino3dm. https://travis-ci.com/github/ladybug-tools/honeybee-3dm/jobs/428411081 Can you please share what might be going wrong here? Thank you!
Linked with RH3DM-122
I think the gcc version in the default Ubuntu 16.04 environment is too old. Try adding dist: bionic to .travis.yml to use 18.04 (gcc 7.5.0) instead.
dist: bionic
Hi, Travis fails to build rhino3dm. https://travis-ci.com/github/ladybug-tools/honeybee-3dm/jobs/428411081 Can you please share what might be going wrong here? Thank you!