Add section about local changes (#73)
For now only describing how to get an conduit API token
This commit is contained in:
parent
26da69f60a
commit
650ed9c274
1 changed files with 5 additions and 0 deletions
|
@ -105,3 +105,8 @@ powershell
|
|||
Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-checks/master/kubernetes/windows_agent_bootstrap.ps1' -OutFile windows_agent_bootstrap.ps1
|
||||
.\windows_agent_bootstrap.ps1
|
||||
```
|
||||
|
||||
## Testing scripts locally
|
||||
|
||||
To experiment with a build scripts locally you will need a Conduit token. You can create one at
|
||||
https://reviews.llvm.org/settings/user/<USERNAME>/page/apitokens/ .
|
||||
|
|
Loading…
Reference in a new issue