summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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