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

6 lines
341 B
PowerShell
Raw Normal View History

2020-01-17 12:52:31 +01:00
$Env:buildkiteAgentToken = [IO.File]::ReadAllText("C:\credentials\buildkite-token.txt")
#Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/buildkite/agent/master/install.ps1'))
C:\buildkite-agent\bin\buildkite-agent.exe start --tags "os=windows"