| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
The path is not something that you use for proxies, so make use of the
new optionality of the path when extracting URL parts.
|
| |
|
|\
| |
| | |
Remove CI support for mingw32
|
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
| |
equivalent of ca183d27366ba75597a9806b746e42a074df7795
|
| |
|
|
|
|
| |
This reverts commit 8008ab6a4158416d095212c9782fa1622ef994a5.
|
| |
|
|
|
|
|
|
|
|
| |
cache mingw-w64 downloads
quiet curl and 7zip
run appveyor steps in cmd for mingw
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Ensure we can make a repo at the root of the filesystem
|
| | |
|
|/
|
| |
AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
|
| |
|
|
|
|
|
| |
Add 64 bit and always build with default calling conventions, to
avoid trying to build with stdcall on amd64.
|
|
|