Skip to content

Commit

Permalink
Merge branch 'deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
thequackdaddy committed Sep 4, 2018
2 parents f2ea5ce + e807555 commit 09031e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://ci.appveyor.com/project/thequackdaddy/openblasr
Pick the most recent build that succeeded and select the Artifact tab to
download it.

Please note that it is important to set the ``PATH`` so that the _Rtools ``gcc``
Please note that it is important to set the ``PATH`` so that the Rtools_ ``gcc``
compiler and ``make`` will be found before any other installation on the sytem.
Additionally, ``pdflatex.exe`` needs to be in the path. ``MiKTeX`` needs
a few additional packages to install everything, so be sure to either download
Expand All @@ -83,6 +83,15 @@ https://ci.appveyor.com/project/thequackdaddy/r-openblas/

Select the most recent successful build and download the executable artifact.

.. code-block::
cd r-source
git checkout -t origin/tags/<version number>
cd ..
git add r-source
git commit -m "Updated OpenBLAS"
git push origin <branchname>
.. _openblas: http://www.openblas.net/
.. _R: https://www.r-project.org/
.. _Rtools: https://cran.r-project.org/bin/windows/Rtools/
Expand Down
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ build_script:

artifacts:
- path: r-source/src/gnuwin32/installer/R*-win*.exe

deploy:
description: 'This is R, but compiled for windwos using OpenBLAS'
provider: GitHub
auth_token:
secure: 6VduGFAfk0LDLzJDnzCakW7vldMxkkaw4OHCYkFqyecDV9sKE+MdEP5Go4zpmt3c
artifact: /.*\.exe/
draft: false
prerelease: false
on:
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 09031e9

Please sign in to comment.