Skip to content

Commit

Permalink
ci: include public credentials in the linuxtools pr job
Browse files Browse the repository at this point in the history
This allows the use of sccache to compile LLVM, and should fix toolstate
not working.
  • Loading branch information
pietroalbini committed Jul 17, 2019
1 parent e34d4ae commit 9926868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/pr.yml
Expand Up @@ -6,6 +6,9 @@ trigger: none
pr:
- master

variables:
- group: public-credentials

jobs:
- job: Linux
timeoutInMinutes: 600
Expand Down

0 comments on commit 9926868

Please sign in to comment.