summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
* AppVeyor: add WinSSL buildsMarcel Raad2018-10-071-8/+11
| | | | | | | Use the oldest and latest Windows SDKs for them. Also, remove all but one OpenSSL build. Closes https://github.com/curl/curl/pull/3104
* AppVeyor: add remaining Visual Studio versionsMarcel Raad2018-10-071-4/+9
| | | | | | | | 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 https://github.com/curl/curl/pull/3104
* AppVeyor: break long lineMarcel Raad2018-10-071-1/+9
| | | | Closes https://github.com/curl/curl/pull/3104
* AppVeyor: remove unused BDIR variableMarcel Raad2018-10-071-7/+0
| | | | Closes https://github.com/curl/curl/pull/3104
* AppVeyor: disable test 500Marcel Raad2018-10-051-1/+1
| | | | | | | | It almost always results in "starttransfer vs total: 0.000001 0.000000". I cannot reproduce this locally, so disable it for now. Closes https://github.com/curl/curl/pull/3100
* AppVeyor: set custom install prefixMarcel Raad2018-10-051-1/+1
| | | | | | | CMake's default has spaces and in 32-bit mode parentheses, which result in syntax errors in curl-config. Closes https://github.com/curl/curl/pull/3100
* AppVeyor: Remove non-SSL non-test buildsMarcel Raad2018-10-051-18/+0
| | | | | | They don't add much value. Closes https://github.com/curl/curl/pull/3100
* AppVeyor: run test suiteMarcel Raad2018-10-051-0/+4
| | | | | | | | Use the preinstalled MSYS2 bash for that. Disable test 1139 as the CMake build doesn't generate curl.1. Ref: https://github.com/curl/curl/issues/3070#issuecomment-425922224 Closes https://github.com/curl/curl/pull/3100
* AppVeyor: use in-tree buildMarcel Raad2018-10-051-3/+1
| | | | | | Required to run the tests. Closes https://github.com/curl/curl/pull/3100
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-11/+11
| | | | | | | | | | Use standard CMake variable BUILD_SHARED_LIBS instead of introducing custom option CURL_STATICLIB. Use '-DBUILD_SHARED_LIBS=%SHARED%' in appveyor.yml. Reviewed-by: Sergei Nikulov Closes #2755
* appveyor: add a win32 buildDaniel Stenberg2017-10-271-1/+6
|
* AppVeyor: now really use CURL_WERRORMarcel Raad2017-07-291-1/+1
| | | | | | | It was misspelled as CURL_ERROR in commit 2d86e8d1286e0fbe3d811e2e87fa0b5e53722db4. Closes https://github.com/curl/curl/pull/1686
* appveyor: enable CURL_WERROR on all buildsDaniel Stenberg2017-07-061-1/+1
|
* ci: whitelist branches to avoid testing feature branches twiceSimon Warta2017-06-211-0/+5
|
* Appveyor: Updates for options - CURL_STATICLIB/BUILD_TESTINGSergei Nikulov2016-07-011-2/+32
| | | | Closes #892
* AppVeyor: updated to handle OpenSSL/WinSSL buildsSergei Nikulov2016-02-011-2/+18
| | | | Closes #621
* CI: Added AppVeyor-CI for curlSergei Nikulov2015-09-261-0/+19
Closes #439