I am also running the tests on 64-bit VS2017. My system is significantly slower
than yours and it took
over 16 hours to complete the tests.
On Sat, Dec 16, 2017 at 4:21 PM, Edward Lam <edward@xxxxxxxxxx
<mailto:edward@xxxxxxxxxx>> wrote:
It's doesn't seem to be work for me on VS2017 though. I let it run for over
7 hours and it still hasn't finished on my i7-6850K 4.6 GHz with 64 MB of
RAM, 6 cores, 12 threads on Windows 7. I've attached my build log, which was
invoked from the native 64-bit VS2017 cmd shell and generated using the
windows versino of cmake 3.7.2.
-Edward
On 12/15/2017 11:59 AM, Gael Guennebaud wrote:
On Fri, Dec 15, 2017 at 9:54 AM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx <mailto:gael.guennebaud@xxxxxxxxx>
<mailto:gael.guennebaud@xxxxxxxxx <mailto:gael.guennebaud@xxxxxxxxx>>>
wrote:
[...]
ctest -C Release -D Experimental
there is small issue, the last line should be:
ctest -D Experimental
For the record, the build is green for msvc 11 (2012), it would still be
welcome to get feedback for MSVC 2015 and 2017.
gael