-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Run MSVC tests on AppVeyor #723
Conversation
1bf939e
to
0939d0a
Compare
ab42180
to
cd00696
Compare
@BillyDonahue please review and merge (also create configuration at https://www.appveyor.com/) before somebody break Windows build 😄 |
@BillyDonahue Maybe you can try to find additional maintainer inside Google? 😏 |
Can anyone comment on when this will be merged to master? My project is eagerly awaiting a fix contained in these changes. |
I'm happy to see a Windows CI tool integration here. |
I can move changes form this Pull request, but build will failing for some VS versions |
That's fine temporarily. Then you can be the hero and send a fix On Thu, Jun 23, 2016 at 6:23 AM, Arkady Shapkin notifications@github.com
|
😄 ok |
It's ready for merge |
@@ -12,4 +12,4 @@ cmake -Dgtest_build_samples=ON \ | |||
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \ | |||
../../$GTEST_TARGET | |||
make | |||
make test | |||
CTEST_OUTPUT_ON_FAILURE=1 make test |
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.
Can you explain to me what this change does to the travis build?
Excuse my ignorance.
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.
Output anything outputted by the test program if the test should fail.
That environment variable will show test output on Travis to simplify debugging failed tests
I'm wondering what's up with the Travis build now? |
4bfce41
to
23a8cda
Compare
I can't test it, because latest master commit broke Travis build |
fixed now. On Sun, Jun 26, 2016 at 4:47 PM, Arkady Shapkin notifications@github.com
|
Rebased on latest changes. Moved VS2015 fixes to PR #811 |
Is there any problems with this pull request ? |
So now you can register on https://ci.appveyor.com/projects site and add badge to readme.md |
thanks for doing this! |
Run tests on appveyor https://ci.appveyor.com/project/KindDragon/googletest