File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- trigger :
2- - master
3-
41resources :
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+
1711jobs :
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
You can’t perform that action at this time.
0 commit comments