Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 853befc

Browse files
committed
store test output on failure
1 parent 84fad65 commit 853befc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ on_finish:
5151
- 7z a logs.zip %builddir%\*.log
5252
- appveyor PushArtifact logs.zip
5353

54+
on_failure:
55+
- 7z a tests.zip %builddir%\R-source-win64\tests\*
56+
- appveyor PushArtifact tests.zip
57+
5458
deploy:
5559
- provider: Environment
5660
name: ftp_archive

scripts/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ mkdir %R_NAME%
3737
:: Needed to fix tar symlinks
3838
set MSYS=winsymlinks:lnk
3939
tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
40+
set MSYS=
4041
set XR_HOME=%R_HOME:\=/%
4142
set XHOME32=%HOME32:\=/%
4243
sed -e "s|@win@|%WIN%|" -e "s|@home@|%XR_HOME%|" -e "s|@home32@|%XHOME32%|" %SOURCEDIR%\files\MkRules.local.in > %R_HOME%/src/gnuwin32/MkRules.local

0 commit comments

Comments
 (0)