1
0
Fork 0
llvm-premerge-checks/containers/buildkite-windows/start_agent.ps1

13 lines
567 B
PowerShell
Raw Normal View History

2023-02-08 20:00:29 +01:00
git clone https://github.com/google/llvm-premerge-checks.git c:\llvm-premerge-checks
New-Item c:\ws -Force -ItemType Directory
$env:BUILDKITE_BUILD_PATH = "c:\ws"
$env:BUILDKITE_BUILD_CHECKOUT_PATH = "c:\ws\src"
2023-02-08 20:00:29 +01:00
# Install Buildkite agent.
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/buildkite/agent/master/install.ps1'))
$env:SCCACHE_DIR="C:\ws\sccache"
$env:SCCACHE_IDLE_TIMEOUT="0"
Remove-Item -Recurse -Force -ErrorAction Ignore $env:SCCACHE_DIR
sccache --start-server
C:\buildkite-agent\bin\buildkite-agent.exe start