You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how much would this help you, because I was able to get rid of - travis-tool.sh install_deps part completely. Having said this, the problem I had seemed to be either with spaces or quotation marks. After about a thousand tries I got my code to work by writing (no quotation marks, no spaces too, though I'm only sure about the former causing problems):
I'm trying to execute an additional installation step without replacing whatever r-appveyor already does by default.
I tried this...
...and it failed: https://ci.appveyor.com/project/bokov/rio/builds/28731939
Then I tried this...
...it also failed: https://ci.appveyor.com/project/bokov/rio/builds/28731987
In both cases the error was:
What is the correct syntax for inserting something after the built-in r-appveyor build_script?
Thanks.
The text was updated successfully, but these errors were encountered: