-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
AppVeyor: test more build combinations #3104
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test 2100 proves itself to be flaky on travis, which is very sad and feels wrong since its a rather new test and the only command line test of DoH we have. =( |
This adds Visual Studio 9 and 10 builds. There's no 64-bit VC9 compiler on AppVeyor, so use it as the Win32 build. Also, VC9 cannot be used for running the test suite.
Use the oldest and latest Windows SDKs for them. Also, remove all but one OpenSSL build.
This enables more tests.
cca5833
to
f0ae5d7
Compare
MarcelRaad
added a commit
to MarcelRaad/curl
that referenced
this pull request
Oct 7, 2018
MarcelRaad
added a commit
to MarcelRaad/curl
that referenced
this pull request
Oct 7, 2018
This adds Visual Studio 9 and 10 builds. There's no 64-bit VC9 compiler on AppVeyor, so use it as the Win32 build. Also, VC9 cannot be used for running the test suite. Closes curl#3104
MarcelRaad
added a commit
to MarcelRaad/curl
that referenced
this pull request
Oct 7, 2018
Use the oldest and latest Windows SDKs for them. Also, remove all but one OpenSSL build. Closes curl#3104
MarcelRaad
added a commit
to MarcelRaad/curl
that referenced
this pull request
Oct 7, 2018
MarcelRaad
added a commit
to MarcelRaad/curl
that referenced
this pull request
Oct 7, 2018
This enables more tests. Closes curl#3104
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HTTP_ONLY
buildENABLE_DEBUG
No tests are run for the WinSSL and OpenSSL builds yet because of curl-config test failures similar to #1262. For all other builds, the tests are run.
No VS 2017 builds yet as 1) it requires a non-default image with a limited software environment I have to test yet and 2) it is still a moving target regarding compiler warnings and standards conformance (this probably affects C++ much more than C, though).