-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Appveyor dependencies package: #2286
Conversation
miguelportilla
commented
Nov 30, 2017
•
edited
Loading
edited
- boost 1.64, including b2.exe and bjam.exe, and OpenSSL 1.0.2j.
- Use the Visual Studio 2017 image.
- Add boost serialization library.
6bded7b
to
59af6da
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2286 +/- ##
========================================
Coverage 70.22% 70.22%
========================================
Files 692 692
Lines 50961 50961
========================================
Hits 35787 35787
Misses 15174 15174
Continue to review full report at Codecov.
|
* Use the Visual Studio 2017 image * Update to rippled_deps17.01
59af6da
to
0ce55d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit, the versions.txt in the zip file says
Boost 1.62
Built using:
bjam --toolset=msvc-14.0 address-model=64 architecture=x86 link=static threading=multi runtime-link=shared,static stage --stagedir=stage64
But I think it has boost 1.64 inside. Is that also the same command line for building boost you used?
Thanks, I updated the file. That command line was used except 14.1 vs 14.0. |
Updated zip looks good 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't know appveyor had VS 2017 - nice!
In 0.90.0-b3 |