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
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