Searched +full:- +full:dbuild +full:- +full:tests (Results 1 – 2 of 2) sorted by relevance
1 name: macOS-CI8 macOS-CI:12 runs-on: macos-1117 - name: Checkout19 - name: Install Dependencies30 brew "pkg-config"35 brew bundle --verbose36 - name: Install Mako and meson37 run: pip3 install --user mako meson38 - name: Configure[all …]
7 Write-Host "Refreshing Windows TLS CA cache"8 (New-Object System.Net.WebClient).DownloadString("https://github.com") >$null12 Get-Date13 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 $builddir21 Remove-Item -Recurse -Force $installdir22 New-Item -ItemType Directory -Path $builddir23 New-Item -ItemType Directory -Path $installdir[all …]