Hello Travis Dev and other people that will read this post,
Congratulations for the Windows support !!
Even if it is in Early access stage, I would like to give you some feedback about a problem that I have encountered on Windows build.
For some context, Iāve tried to set up on the c++ windows environnement on Travis for the company Iām working for, and I have encountered a problem during the checkout of the repository in the windows build.
It seems that the environment canāt checkout files with a long path/filename with can occurs on some repositories. This is a recurring problem on git with windows, we already have faced it on our local machine, and we had to run the command git config --system core.longpaths true to fix the problem.
But on Travis, the repository is checked out early, so I donāt know how I can run the command git config --system core.longpaths true before the windows build start checking out our repository, or if you have to integrate this command line from your side of Travis.
I hope that Iāve been clear about the problem Iām facing.
Thanks again for your amazing work.
@BanzaiMan is there currently any workaround for this? We are hitting the same exact issue and I donāt seem to be able to find anything on the matter other than this topic. Weāve been using the git config --system core.longpaths true as well and itās working just fine on our machines so I donāt think there should be any issues with running it in the VM. Maybe there could be a parameter which you could set that applies it? Maybe something like this: