How to reference a large file as a part of a pre build?
I have a couple 100mb files that I reference from my unit tests. They won't fit in Git Hub, so I was thinking of posting them to my Google Drive or Dropbox account. Is there a way to download these files as a part of the AppVeyor PreBuild?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 08 Aug, 2016 07:26 PM
Hello,
You can use PowerShell or appveyor command line to download files from outside. Please look at http://www.appveyor.com/docs/how-to/download-file.
You can make them as part of before build script in Settings > Build > Before build script. Or I you use YAML, script would be under
before_build
.Thank you,
Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:07 AM.