File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ https://ci.appveyor.com/project/thequackdaddy/openblasr
66
66
Pick the most recent build that succeeded and select the Artifact tab to
67
67
download it.
68
68
69
- Please note that it is important to set the ``PATH `` so that the _Rtools ``gcc ``
69
+ Please note that it is important to set the ``PATH `` so that the Rtools _ ``gcc ``
70
70
compiler and ``make `` will be found before any other installation on the sytem.
71
71
Additionally, ``pdflatex.exe `` needs to be in the path. ``MiKTeX `` needs
72
72
a few additional packages to install everything, so be sure to either download
@@ -83,6 +83,15 @@ https://ci.appveyor.com/project/thequackdaddy/r-openblas/
83
83
84
84
Select the most recent successful build and download the executable artifact.
85
85
86
+ .. code-block ::
87
+
88
+ cd r-source
89
+ git checkout -t origin/tags/<version number>
90
+ cd ..
91
+ git add r-source
92
+ git commit -m "Updated OpenBLAS"
93
+ git push origin <branchname>
94
+
86
95
.. _openblas : http://www.openblas.net/
87
96
.. _R : https://www.r-project.org/
88
97
.. _Rtools : https://cran.r-project.org/bin/windows/Rtools/
Original file line number Diff line number Diff line change @@ -48,3 +48,14 @@ build_script:
48
48
49
49
artifacts :
50
50
- path : r-source/src/gnuwin32/installer/R*-win*.exe
51
+
52
+ deploy :
53
+ description : ' This is R, but compiled for windwos using OpenBLAS'
54
+ provider : GitHub
55
+ auth_token :
56
+ secure : 6VduGFAfk0LDLzJDnzCakW7vldMxkkaw4OHCYkFqyecDV9sKE+MdEP5Go4zpmt3c
57
+ artifact : /.*\.exe/
58
+ draft : false
59
+ prerelease : false
60
+ on :
61
+ appveyor_repo_tag : true # deploy on tag push only
You can’t perform that action at this time.
0 commit comments