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
6666Pick the most recent build that succeeded and select the Artifact tab to
6767download it.
6868
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 ``
7070compiler and ``make `` will be found before any other installation on the sytem.
7171Additionally, ``pdflatex.exe `` needs to be in the path. ``MiKTeX `` needs
7272a few additional packages to install everything, so be sure to either download
@@ -83,6 +83,15 @@ https://ci.appveyor.com/project/thequackdaddy/r-openblas/
8383
8484Select the most recent successful build and download the executable artifact.
8585
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+
8695 .. _openblas : http://www.openblas.net/
8796.. _R : https://www.r-project.org/
8897.. _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:
4848
4949artifacts :
5050 - 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