[Mesa-dev] [PATCH v4 47/49] appveyor: use msbuild instead of ninja

2018-08-24 Thread Liviu Prodea
While this works for a CI like Appveyor it doesn't work on a bit more complex build environment where paths can be longer. Unfortunately MsBuild doesn't handle well the situation when paths exceed MAX_PATH. Here is an example: - Mesa source code is in C:\Software\DEVELO~1\projects\mesa\mesa - bui

[Mesa-dev] [PATCH v4 47/49] appveyor: use msbuild instead of ninja

2018-08-22 Thread Dylan Baker
I think that most windows users probably find using msbuild more interesting than ninja, even if ninja is faster. I've left the ninja build in case someone wants to look at it. - v4: Add /m switch to make build somewhat faster --- appveyor.yml | 8 1 file changed, 4 insertions(+), 4 dele