Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Reason for Appveyor build fail I think #13

Closed
maelle opened this issue Mar 22, 2016 · 4 comments
Closed

Reason for Appveyor build fail I think #13

maelle opened this issue Mar 22, 2016 · 4 comments

Comments

@maelle
Copy link
Contributor

maelle commented Mar 22, 2016

krlmlr/r-appveyor#57

And somehow I was not able to change my config file correctly.

@krlmlr
Copy link

krlmlr commented Mar 23, 2016

Try in appveyor.yml:

environment:
  global:
    WARNINGS_ARE_ERRORS: 1

  matrix:
  - R_VERSION: release
    R_ARCH: x64

  - R_VERSION: patched

@maelle
Copy link
Contributor Author

maelle commented Mar 23, 2016

Oh that's nice, thanks. However it has not worked: https://ci.appveyor.com/project/masalmon/ropenaq

In both cases the first installation from Github fails. Rtools seem to be missed. Maybe I should try something with RTOOLS_VERSION and GCC_PATH?

@krlmlr
Copy link

krlmlr commented Mar 23, 2016

Currently, Rtools are only installed if a src directory is present in the package (krlmlr/r-appveyor#55).

@maelle
Copy link
Contributor Author

maelle commented Mar 23, 2016

I made a PR to r-appveyor thanks to @jimhester's suggestion. It should avoid having the empty src directory.

@maelle maelle closed this as completed Mar 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants