You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have travis CI for linux, but I'd also like to have Windows CI with appveyor. The install script shouldn't be too hard to make, but as I took a first look at it, I realized we would have to install console_bridge and urdfdom_headers. It would be nice if we could package those for chocolatey. Does anyone have experience with packaging for chocolatey? @traversaro@jslee02 ?
The text was updated successfully, but these errors were encountered:
Anyhow in my experience for such small libraries (such as console_bridge and urdfdom_headers) the easiest solution is to build everything in AppVeyor. To simplify this process I usually use a superbuild based on CMake's ExternalProject [1], but I guess that using something like catkin or ament (if they support Windows nowadays) would be equivalent.
We currently have travis CI for linux, but I'd also like to have Windows CI with appveyor. The install script shouldn't be too hard to make, but as I took a first look at it, I realized we would have to install console_bridge and urdfdom_headers. It would be nice if we could package those for chocolatey. Does anyone have experience with packaging for chocolatey? @traversaro @jslee02 ?
The text was updated successfully, but these errors were encountered: