File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 choco install r.project -y --no-progress
1616 Invoke-WebRequest "https://github.com/hannesmuehleisen/choco-rtools/raw/master/rtools.3.5.0.nupkg" -OutFile "..\rtools.3.5.0.nupkg"
1717 choco install rtools -s ..\rtools.3.5.0.nupkg -f -y --no-progress
18+ choco install ninja
1819 # Set the timezone
1920 tzutil /s "GMT Standard Time"
2021 displayName: 'Installing R'
3031 git checkout $(System.PullRequest.SourceCommitId)
3132 fi
3233 displayName: GitCheckout
34+ - bash : |
35+ set -x
36+ c++ --version
37+ cmake --version
38+ which R
39+ R --version
40+ R -e "devtools::install(c('$(Build.SourcesDirectory)'), lib=c('${R_LIBS}'), args=c('--configure-vars="MAKEJ=2"'))"
41+ df -h
42+ displayName: Build and test
43+ env:
44+ R_LIBS: $(Agent.WorkFolder)/Rlibs
45+ ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS: 2
46+ workingDirectory: $(Agent.BuildDirectory)
3347
You can’t perform that action at this time.
0 commit comments