summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use AppVeyor's Start-FileDownload cmdletSebastian Schuberth2016-05-251-1/+1
| | | | | | | Start-FileDownload maintains current directory context and allows specifying a request timeout, see [1]. [1] https://www.appveyor.com/docs/how-to/download-file#start-filedownload-cmdlet
* CI: download the proxy jar also on mingwcmn/proxy-configCarlos Martín Nieto2016-04-191-2/+3
| | | | | | We were downloading the jar from within an block which only runs for MSVC. Move the download to the start of the test so it gets downloaded for both.
* CI: run proxy tests with ctestCarlos Martín Nieto2016-04-191-2/+2
| | | | | Running clar directly on appveyor makes it think the command returned failure, so it stops the tests. Running it via ctest lets it go through.
* CI: start the proxy before the build so it's readyCarlos Martín Nieto2016-04-191-2/+2
| | | | | | It takes a bit for the propxy to get ready to accept connections, so start it before the build so we can be reasonably sure that it's going to be ready in time.
* proxy: don't require the trailing slash on WinHTTPCarlos Martín Nieto2016-04-191-2/+2
| | | | | The path is not something that you use for proxies, so make use of the new optionality of the path when extracting URL parts.
* proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-0/+10
|
* Merge pull request #3671 from libgit2/cmn/remove-mingw32Edward Thomson2016-03-141-6/+0
|\ | | | | Remove CI support for mingw32
| * Remove CI support for mingw32cmn/remove-mingw32Carlos Martín Nieto2016-03-141-6/+0
| | | | | | | | | | The tests have never run successfully and we do have successful builds of mingw-w64, so remove these CI builds which do not add value.
* | appveyor: stop if the first test failsCarlos Martín Nieto2016-03-091-0/+1
|/
* tests: create a ctest target for cred_callbackcmn/auth-retryCarlos Martín Nieto2016-03-031-2/+2
|
* test: make sure we retry the auth callback on all platformsCarlos Martín Nieto2016-03-031-1/+5
| | | | | | | | | | We were missing this test on Windows, which meant we didn't notice that we never fixed the single authentication attempt it tries, nor its wrong return code. Enable this for the unix platforms as well over HTTP. We previously were doing it locally but disabled it on OS X due to issues with its sshd not accepting password authentication.
* build maint branches on appveyorTony Kelman2015-05-221-0/+1
| | | equivalent of ca183d27366ba75597a9806b746e42a074df7795
* Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-2/+2
|
* Revert "add fast-fail feature for pending builds in PR's"Edward Thomson2015-03-101-4/+0
| | | | This reverts commit 8008ab6a4158416d095212c9782fa1622ef994a5.
* Allow failures on mingw for nowTony Kelman2015-03-051-0/+4
|
* Add MinGW-w64 to matrixTony Kelman2015-03-041-2/+9
| | | | | | | | cache mingw-w64 downloads quiet curl and 7zip run appveyor steps in cmd for mingw
* add fast-fail feature for pending builds in PR'sTony Kelman2015-03-041-0/+4
|
* add mingw to appveyor matrixTony Kelman2015-03-041-2/+8
| | | | | | | | | | | | use MSYS makefiles generator add bash script for running mingw on appveyor add --login and fix run paths use msys style path to appveyor-mingw.sh add mingw path to /etc/fstab
* tests: separate INVASIVE filesystem testsEdward Thomson2015-02-191-1/+2
| | | | | | Introduce GITTEST_INVASIVE_FS_STRUCTURE for things that are invasive to your filesystem structure (like creating folders at your filesystem root) and GITTEST_INVASIVE_FS_SIZE for things that write lots of data.
* Merge pull request #2880 from ethomson/mkdir_rootCarlos Martín Nieto2015-02-121-0/+2
|\ | | | | Ensure we can make a repo at the root of the filesystem
| * appveyor: include the invasive filesystem testsEdward Thomson2015-02-051-0/+2
| |
* | Speed up AppVeyor builds.Arthur Schreiber2015-02-061-2/+0
|/ | | AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
* AppVeyor: Prettify build scriptntk/appveyornulltoken2015-01-311-6/+1
|
* Windows CI: use 32 and 64 bit for AppVeyor buildsEdward Thomson2015-01-211-1/+7
| | | | | Add 64 bit and always build with default calling conventions, to avoid trying to build with stdcall on amd64.
* Add appveyor yamlEdward Thomson2015-01-061-0/+19