Skip to content

Commit

Permalink
ARROW-8351: [R][CI] Store the Rtools-built Arrow C++ library as a bui…
Browse files Browse the repository at this point in the history
…ld artifact

cc @bkietz @wesm

See build at https://github.com/nealrichardson/arrow/runs/565181788 with artifact attached.

Closes #6852 from nealrichardson/r-win-artifact

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
nealrichardson committed Apr 6, 2020
1 parent b24bddf commit 42ef1f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Expand Up @@ -159,6 +159,10 @@ jobs:
rtools-version: ${{ matrix.rtools }}
- name: Build Arrow C++
run: msys2do ci/scripts/r_windows_build.sh
- uses: actions/upload-artifact@v1
with:
name: Rtools Arrow C++
path: libarrow.zip
- name: Install R package dependencies
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 42ef1f9

Please sign in to comment.