summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* runtests: add option -u to error on server unexpectedly aliveMarc Hoersken2021-09-091-1/+1
| | | | | | | | | | | | | | | Let's try to actually handle the server unexpectedly alive case by first making them visible on CI builds as failures. This is needed to detect issues with killing of the test servers completely including nested process chains with multiple PIDs per test server (including bash and perl). On Windows/cygwin platforms this is especially helpful with debugging PID mixups due to cygwin using its own PID space. Reviewed-by: Daniel Stenberg Closes #7180
* ci: adapt to configure requiring an explicit TLS choiceDaniel Stenberg2021-04-221-4/+4
|
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-2/+2
| | | | | | | | Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
* CI/appveyor: remove (unused) runtests.pl -b optionDaniel Stenberg2020-10-251-1/+1
|
* CI/appveyor: disable test 571 in two cmake buildsDaniel Stenberg2020-10-241-2/+2
| | | | | | ... they're simply too flaky there. Closes #6119
* CI/tests: fix invocation of tests for CMake buildsSergei Nikulov2020-10-141-2/+10
| | | | | | | | | | | Update appveyor.yml to set env variable TFLAGS and run tests Remove curly braces due to CMake error (${TFLAGS} -> $TFLAGS) Move testdeps build to build step (per review comments) Reviewed-by: Marc Hörsken Closes #6066 Fixes #6052
* AppVeyor: switch 64-bit Schannel Debug CMake builds to UnicodeMarcel Raad2020-08-291-0/+12
| | | | | | | | The Schannel builds are the most useful to verify as they make the most use of the Windows API. Classic MinGW doesn't support Unicode at all, only MinGW-w64 and MSVC do. Closes https://github.com/curl/curl/pull/5843
* TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg2020-08-081-12/+12
| | | | | | | | | | | | | The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only use the new names and the new name options Tests now require 'Schannel' (when necessary) Closes #5795
* appveyor: collect libcurl.dll variants with prefix or suffixMarc Hoersken2020-07-131-1/+1
| | | | | | | | | On some platforms libcurl is build with a platform-specific prefix and/or a version number suffix. Assisted-by: Jay Satiro Closes #5659
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-1/+1
| | | | | | | | Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations. Closes #5546
* appveyor: add non-debug plain autotools-based buildMarc Hoersken2020-05-301-0/+5
| | | | | | | | | | This should enable us to catch linking issues with the testsuite early, like the one described/fixed in #5475. Reviewed-by: Daniel Stenberg Reviewed-by: Marcel Raad Closes #5477
* test1238: avoid tftpd being busy for tests shortly followingMarc Hoersken2020-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | The tftpd server may still be busy if the total timeout of 25 seconds has not been reached or no sread error was received during or after the execution of the timeout test 1238. Once the next TFTP test comes around (eg. 1242 or 1243), those will fail because the tftpd server is still waiting on data from curl due to the UDP protocol being stateless and having no connection close. On Linux this error may not happen, because ICMP errors generated due to a swrite error can also be returned async on the next sread call instead. Therefore we will now just kill the tftpd server after test 1238 to make sure that the following tests are not affected. This enables us to no longer ignore tests 1242, 1243, 2002 and 2003 on the CI platforms CirrusCI and AppVeyor. Assisted-by: Peter Wu Closes #5364
* appveyor: update comments to be clear about toolchainMarc Hoersken2020-05-091-2/+2
| | | | | | | | | | | - CMake-based MSYS builds use mingw-w64 to cross-compile. - autotools-based builds are compiled using msys2-devel. The difference is that the later ones are not cross-compiled to Windows and instead require the msys2 runtime to be present. At the moment only the Azure Pipelines CI builds actually run autotools-based cross-compilation builds for Windows.
* appveyor: disable test 1139 instead of ignoring itMarc Hoersken2020-05-071-8/+8
| | | | | Spending time on manpage checking makes no sense for these builds due to lacking manpage support.
* appveyor: disable flaky test 1501 and ignore broken 1056Marc Hoersken2020-05-071-10/+10
| | | | | | | | | Test 1501 is flaky on Windows CI due to being time sensitive and the testsuite relying on taskkill.exe to check for the existance of processes which can take to much time itself. Test 1056 is broken in autotools-based Windows builds due to scope ID support missing in these builds at the moment.
* appveyor: add Unicode winbuild jobsMarcel Raad2020-04-171-2/+30
| | | | | | These are cheap as they don't build tests. Closes https://github.com/curl/curl/pull/5063
* appveyor: completely disable tests that fail to timeout earlyMarc Hoersken2020-04-131-2/+2
| | | | | | | The tests changed from ignored to disabled are tests that are about connecting to non-listening socket. On AppVeyor these tests are not reliable, because for some unknown reason the connect is not timing out before the test time limit is reached.
* appveyor: partially revert 3413a110 to keep build without proxyMarc Hoersken2020-04-101-2/+2
| | | | | Ref: #5211 and #4526 Reported-by: Marcel Raad
* appveyor: ignore failing 'connect to non-listening proxy' testsMarc Hoersken2020-04-101-3/+3
| | | | Closes #5211
* appveyor: use random test server ports based upon APPVEYOR_API_URLMarc Hoersken2020-04-051-1/+2
| | | | | | Avoid conflicts of test server ports with AppVeyor API on localhost. Closes #5034
* appveyor: sort builds by type and add two new variantsMarc Hoersken2020-04-051-23/+47
| | | | Related to #5034 and #5063
* appveyor: turn disabled tests into ignored result testsMarc Hoersken2020-04-051-8/+8
|
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+22
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* seek: fix fallback for missing ftruncate on WindowsMarc Hoersken2020-03-071-1/+1
| | | | | | | | This fixes test 198 on versions of MinGW-w64 without ftruncate Reviewed-By: Daniel Stenberg Reviewed-By: Marcel Raad Closes #5055
* appveyor: publish artifacts on appveyorMichał Janiszewski2019-10-301-0/+6
| | | | | | | This allows obtaining upstream builds of curl directly from appveyor for all the available configurations Closes #4509
* appveyor: add --disable-proxy autotools buildMarcel Raad2019-10-271-11/+21
| | | | | | | | This would have caught issue #3926. Also make formatting more consistent. Closes https://github.com/curl/curl/pull/4526
* appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017Daniel Stenberg2019-10-251-10/+22
| | | | | | | | ... and invoke "curl -V" once done Co-Authored-By: Jay Satiro Closes #4523
* appveyor: Use two parallel compilation on appveyor with CMakeMichał Janiszewski2019-10-231-1/+1
| | | | | | | | | | | | | | | Appveyor provides 2 CPUs for each builder[1], make sure to use parallel compilation, when running with CMake. CMake learned this new option in version 3.12[2] and the version provided by appveyor is fresh enough. Curl doesn't really take that long to build and it is using the slowest builder available, msbuild, so expect only a moderate improvement in build times. [1] https://www.appveyor.com/docs/build-environment/ [2] https://cmake.org/cmake/help/v3.12/release/3.12.html Closes #4508
* appveyor: Add MSVC ARM64 buildMichał Janiszewski2019-10-201-0/+12
| | | | Closes #4507
* appveyor: add a winbuild that uses VS2017Daniel Stenberg2019-10-121-1/+12
| | | | Closes #4482
* AppVeyor: add 32-bit MinGW-w64 buildMarcel Raad2019-09-301-0/+13
| | | | | | | | | | With WinSSL and testing enabled so that it would have detected most of the warnings fixed in [0] and [1]. [0] https://github.com/curl/curl/pull/4398 [1] https://github.com/curl/curl/pull/4415 Closes https://github.com/curl/curl/pull/4433
* AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuildMarcel Raad2019-09-301-1/+0
| | | | | | It's only used for MSYS2 with MinGW. Closes
* appveyor: upgrade VS2017 to VS2019Daniel Stenberg2019-09-211-8/+13
| | | | Closes #4383
* appveyor: add a winbuildDaniel Stenberg2019-09-131-1/+14
| | | | | | | Assisted-by: Marcel Raad Assisted-by: Jay Satiro Closes #4324
* appveyor: pass on -k to makeDaniel Stenberg2019-08-011-1/+3
|
* appveyor: add Visual Studio solution buildMarcel Raad2019-05-291-1/+10
| | | | Closes https://github.com/curl/curl/pull/3941
* appveyor: add support for other build systemsMarcel Raad2019-05-291-14/+23
| | | | | | Introduce BUILD_SYSTEM variable, which is currently always CMake. Closes https://github.com/curl/curl/pull/3941
* appveyor: also build "/ci" branches like travisDaniel Stenberg2019-05-131-0/+1
|
* AppVeyor: enable testing for WinSSL buildMarcel Raad2019-04-111-3/+3
| | | | Closes https://github.com/curl/curl/pull/3725
* AppVeyor: add classic MinGW buildMarcel Raad2019-02-271-0/+11
| | | | | | | | But use the MSYS2 shell rather than the default MSYS shell because of POSIX path conversion issues. Classic MinGW is only available on the Visual Studio 2015 image. Closes https://github.com/curl/curl/pull/3623
* AppVeyor: add MinGW-w64 buildMarcel Raad2019-02-271-1/+30
| | | | | | | | Add a MinGW-w64 build using CMake's MSYS Makefiles generator. Use the Visual Studio 2015 image as it has GCC 8, while the Visual Studio 2017 image only has GCC 7.2. Closes https://github.com/curl/curl/pull/3623
* AppVeyor: update to Visual Studio 2017Marcel Raad2019-02-261-4/+4
| | | | | | | Switch all Visual Studio 2015 builds to Visual Studio 2017. It's not a moving target anymore as the last update, Update 9, has been released. Closes https://github.com/curl/curl/pull/3606
* AppVeyor: switch VS 2015 builds to VS 2017 imageMarcel Raad2019-02-261-4/+4
| | | | | | The Visual Studio 2017 image has Visual Studio 2015 and 2017 installed. Closes https://github.com/curl/curl/pull/3606
* AppVeyor: explicitly select worker imageMarcel Raad2019-02-261-6/+12
| | | | | | | Currently, we're using the default Visual Studio 2015 image for everything. Closes https://github.com/curl/curl/pull/3606
* AppVeyor: re-enable test 500Marcel Raad2019-02-261-1/+1
| | | | | | It's passing now. Closes https://github.com/curl/curl/pull/3615
* AppVeyor: remove redundant buildsMarcel Raad2019-02-261-14/+0
| | | | | | | Remove the Visual Studio 2012 and 2013 builds as they add little value. Ref: https://github.com/curl/curl/pull/3606 Closes https://github.com/curl/curl/pull/3614
* AppVeyor: remove BDIR variable that sneaked in againMarcel Raad2018-10-101-1/+0
| | | | | Removed in ae762e1abebe3a5fe75658583c85059a0957ef6e, accidentally added again in 9f3be5672dc4dda30ab43e0152e13d714a84d762.
* AppVeyor: use Debug builds to run testsMarcel Raad2018-10-071-5/+6
| | | | | | This enables more tests. Closes https://github.com/curl/curl/pull/3104
* AppVeyor: add HTTP_ONLY buildMarcel Raad2018-10-071-0/+16
| | | | Closes https://github.com/curl/curl/pull/3104