ludocode / mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
MIT License
521 stars 82 forks source link

Missing Symbolic Link #95

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

tools/travis.yml is a symbolic link to .travis.yml file on project root, but .travis.yml doesn't exist. In one of our projects, we are using CMake for customizing and building mpack along with our own library. In our build workflow, we are trying to copy checked-out mpack sources to another folder with CMake's command mode (i.e., cmake -E ...) but CMake fails because of missing symbolic link target.

Can we remove tools/travis.yml symbolic link, or restore back `.travis.yml?

ludocode commented 2 years ago

Fixed! Sorry about that. I thought I had cleaned up everything Travis-related; looks like I missed this symlink.