Skip to content

Commit

Permalink
testing access to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbeare committed Sep 26, 2019
1 parent f417ddc commit 399d806
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
trigger:
- master

resources:
repositories:
- repository: r-azure-pipelines
type: github
name: r-lib/r-azure-pipelines
endpoint: r-lib

parameters:
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
CRAN: 'https://cloud.r-project.org'
coverage: true
env: {}

trigger:
- master

jobs:
- job: Windows
timeoutInMinutes: 0
cancelTimeoutInMinutes: 10
variables:
CRAN: ${{parameters.CRAN}}
R_LIBS_USER: ${{parameters.R_LIBS_USER}}
CI: true
${{ insert }}: ${{ parameters.env }}
pool:
vmImage: 'windows-latest'

steps:
- template: templates/r-setup-windows.yml
- template: templates/r-setup-windows.yml@r-azure-pipelines
parameters:
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
CRAN: 'https://cloud.r-project.org'
coverage: true
env: {}

- checkout: self
clean: true
fetchDepth: 5
Expand Down

0 comments on commit 399d806

Please sign in to comment.