Home
last modified time | relevance | path

Searched +full:- +full:dbuild +full:- +full:tests (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/.github/workflows/
Dci.yml1 name: macOS-CI
8 macOS-CI:
12 runs-on: macos-11
17 - name: Checkout
19 - name: Install Dependencies
30 brew "pkg-config"
35 brew bundle --verbose
36 - name: Install Mako and meson
37 run: pip3 install --user mako meson
38 - name: Configure
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps17 Write-Host "Refreshing Windows TLS CA cache"
8 (New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
12 Get-Date
13 Write-Host "Compiling Mesa"
14 $builddir = New-Item -Force -ItemType Directory -Name "_build"
15 $installdir = New-Item -Force -ItemType Directory -Name "_install"
20 Remove-Item -Recurse -Force $builddir
21 Remove-Item -Recurse -Force $installdir
22 New-Item -ItemType Directory -Path $builddir
23 New-Item -ItemType Directory -Path $installdir
[all …]