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 3e4deab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
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
Expand All @@ -27,7 +21,13 @@ jobs:
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 3e4deab

Please sign in to comment.