summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/meson-build.bat
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Add a job for meson on windowsDylan Baker2019-10-251-0/+13
This adds a new CI job that runs on windows with MSVC. It currently builds softpipe and osmesa, and runs the related unit tests. It does rely on meson's wraps for zlib, but I've set up caching of the wrap dependencies so hopefully that wont be a problem. I really wanted to user powershell for this, but there just isn't an easy way to do that, it's much easier to use batch scripts, so thats what I used. The leading `/` for .gitlab-ci/lava... must be removed because windows doesn't understand it, and when it reads the file the job ends in error. Reviewed-by: Eric Engestrom <[email protected]>