Skip to content

Commit 399d806

Browse files
committed
testing access to templates
1 parent f417ddc commit 399d806

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
1-
trigger:
2-
- master
3-
41
resources:
52
repositories:
63
- repository: r-azure-pipelines
74
type: github
85
name: r-lib/r-azure-pipelines
96
endpoint: r-lib
107

11-
parameters:
12-
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
13-
CRAN: 'https://cloud.r-project.org'
14-
coverage: true
15-
env: {}
16-
8+
trigger:
9+
- master
10+
1711
jobs:
1812
- job: Windows
1913
timeoutInMinutes: 0
2014
cancelTimeoutInMinutes: 10
21-
variables:
22-
CRAN: ${{parameters.CRAN}}
23-
R_LIBS_USER: ${{parameters.R_LIBS_USER}}
24-
CI: true
25-
${{ insert }}: ${{ parameters.env }}
2615
pool:
2716
vmImage: 'windows-latest'
2817

2918
steps:
30-
- template: templates/r-setup-windows.yml
19+
- template: templates/r-setup-windows.yml@r-azure-pipelines
20+
parameters:
21+
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
22+
CRAN: 'https://cloud.r-project.org'
23+
coverage: true
24+
env: {}
25+
3126
- checkout: self
3227
clean: true
3328
fetchDepth: 5

0 commit comments

Comments
 (0)