This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- # - source: https://cran.r-project.org/src/base/R-3/R-3.6.0.tar.gz
4- # RTOOLS_VERSION: 35
5- # archive: r-release
6- - source : https://cran.r-project.org/src/base-prerelease/R-devel.tar.gz
7- archive : r-devel
8- cran : true
9- - source : https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
10- archive : r-patched
3+ - source : https://cran.r-project.org/src/base/R-3/R-3.6.3.tar.gz
4+ RTOOLS_VERSION : 35
5+ archive : r-release
116 cran : true
7+ # - source: https://cran.r-project.org/src/base-prerelease/R-devel.tar.gz
8+ # archive: r-devel
9+ # cran: true
10+ # - source: https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
11+ # archive: r-patched
12+ # cran: true
1213
1314 PfxUri :
1415 secure : z+vP1iY4odY07BV7v+yfuA2MBKQFFLGokZoefPhz22ewYZAm6XZ8jsdphTFYkn7L
@@ -38,9 +39,9 @@ after_build:
3839 - ps : SignFiles "${env:builddir}\${env:target}-win.exe"
3940 - ps : Remove-Item –path $env:KeyFile
4041 - cd %builddir%
41- - md5sum %target%-win.exe > md5sum.txt.%target%
42+ - md5sum %target%-win.exe > md5sum.txt
4243 - cd %startdir%
43- - 7z a %target%-win.zip %builddir%\%target%-win.exe %builddir%\md5sum.txt.%target% %builddir%\*.log %builddir%\*.html %builddir%\SVN-REVISION.* %builddir%\README.*
44+ - 7z a %target%-win.zip %builddir%\%target%-win.exe %builddir%\md5sum.txt %builddir%\*.log %builddir%\*.html %builddir%\SVN-REVISION.* %builddir%\README.*
4445
4546artifacts :
4647 - path : " %target%-win.zip"
@@ -61,12 +62,10 @@ deploy:
6162 archive : " %archive%"
6263 revision : " %revision%"
6364 on :
64- branch : master
6565 cran : true
6666
6767 - provider : Environment
6868 name : ftp_current
6969 target : " %target%"
7070 on :
71- branch : master
7271 cran : true
You can’t perform that action at this time.
0 commit comments