Lines Matching refs:build
7 We still reuse the same model: build a base container with the core operating
8 system and infrequently-changed build dependencies, then execute Mesa builds
11 ## Base container build
13 The base container build job executes the `mesa_container.ps1` script which
19 The rebuild executes `docker build` which calls `mesa_deps.ps1` inside the
20 container to fetch and install all build dependencies. This includes Visual
22 allows use by open-source projects), other build tools from Chocolatey, and
28 ## Mesa build
30 The Mesa build runs inside the base container, executing `mesa_build.ps1`.
31 This simply compiles Mesa using Meson and Ninja, executing the build and
32 unit tests. Currently, no build artifacts are captured.