r-travis icon indicating copy to clipboard operation
r-travis copied to clipboard

travis-tool.sh run_tests 64-bit?

Open cdeterman opened this issue 10 years ago • 2 comments

I am trying to use travis-tool.sh on appveyor to install my R package. However, I would like it to default to the 64 bit version. Currently the build errors out because it is looking for a 64 bit library (that is built during the build) but the default platform is 32-bit despite me explicitly stating the 64-bit platform with my appveyor.yml.

travis-tool.sh run_tests ... ... using platform: i386-w64-mingw32 (32-bit)

Is there a way to run the travis-tool to use the 64 bit version?

cdeterman avatar Nov 12 '15 13:11 cdeterman

i'll admit i haven't played with appveyor much -- @krlmlr is really the expert here.

craigcitro avatar Nov 13 '15 04:11 craigcitro

r-appveyor currently does use 32-bit R, even on 64-bit appveyor. Could you please copy this issue over to https://github.com/krlmlr/r-appveyor/issues?

krlmlr avatar Nov 13 '15 05:11 krlmlr