History log of /curl/appveyor.yml (Results 76 – 100 of 116)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0f234a5c 12-Oct-2019 Marcel Raad

appveyor: add --disable-proxy autotools build

This would have caught issue #3926.

Also make formatting more consistent.

Closes https://github.com/curl/curl/pull/4526


# a030d483 24-Oct-2019 Daniel Stenberg

appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017

... and invoke "curl -V" once done

Co-Authored-By: Jay Satiro

Closes #4523


# 50381625 19-Oct-2019 Michał Janiszewski

appveyor: Use two parallel compilation on appveyor with CMake

Appveyor provides 2 CPUs for each builder[1], make sure to use parallel
compilation, when running with CMake. CMake learned

appveyor: Use two parallel compilation on appveyor with CMake

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

show more ...


# b35fbf52 19-Oct-2019 Michał Janiszewski

appveyor: Add MSVC ARM64 build

Closes #4507


# 02e608f0 12-Oct-2019 Daniel Stenberg

appveyor: add a winbuild that uses VS2017

Closes #4482


# 68b0aac2 24-Sep-2019 Marcel Raad

AppVeyor: add 32-bit MinGW-w64 build

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/p

AppVeyor: add 32-bit MinGW-w64 build

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

show more ...


# 79ea0c76 24-Sep-2019 Marcel Raad

AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild

It's only used for MSYS2 with MinGW.

Closes


# 0b7d7abe 19-Sep-2019 Daniel Stenberg

appveyor: upgrade VS2017 to VS2019

Closes #4383


# 5977664d 11-Sep-2019 Daniel Stenberg

appveyor: add a winbuild

Assisted-by: Marcel Raad
Assisted-by: Jay Satiro

Closes #4324


# 6ed3d9ed 31-Jul-2019 Daniel Stenberg

appveyor: pass on -k to make


# 6da44edf 25-May-2019 Marcel Raad

appveyor: add Visual Studio solution build

Closes https://github.com/curl/curl/pull/3941


# 44ea2bef 25-May-2019 Marcel Raad

appveyor: add support for other build systems

Introduce BUILD_SYSTEM variable, which is currently always CMake.

Closes https://github.com/curl/curl/pull/3941


# c9c5304d 10-May-2019 Daniel Stenberg

appveyor: also build "/ci" branches like travis


# f1aad716 24-Feb-2019 Marcel Raad

AppVeyor: enable testing for WinSSL build

Closes https://github.com/curl/curl/pull/3725


# 267fae33 26-Feb-2019 Marcel Raad

AppVeyor: add classic MinGW build

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 St

AppVeyor: add classic MinGW build

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

show more ...


Revision tags: curl-7_64_0, curl-7_63_0, curl-7_62_0
# 225698d0 10-Oct-2018 Marcel Raad

AppVeyor: add MinGW-w64 build

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

AppVeyor: add MinGW-w64 build

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

show more ...


# cb8bd77a 24-Feb-2019 Marcel Raad

AppVeyor: update to Visual Studio 2017

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.

AppVeyor: update to Visual Studio 2017

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

show more ...


# 9593e2a9 24-Feb-2019 Marcel Raad

AppVeyor: switch VS 2015 builds to VS 2017 image

The Visual Studio 2017 image has Visual Studio 2015 and 2017 installed.

Closes https://github.com/curl/curl/pull/3606


# fd9ce998 23-Feb-2019 Marcel Raad

AppVeyor: explicitly select worker image

Currently, we're using the default Visual Studio 2015 image for
everything.

Closes https://github.com/curl/curl/pull/3606


# 8a194828 25-Feb-2019 Marcel Raad

AppVeyor: re-enable test 500

It's passing now.

Closes https://github.com/curl/curl/pull/3615


# 5b796641 25-Feb-2019 Marcel Raad

AppVeyor: remove redundant builds

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/c

AppVeyor: remove redundant builds

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

show more ...


# 12dde22b 10-Oct-2018 Marcel Raad

AppVeyor: remove BDIR variable that sneaked in again

Removed in ae762e1abebe3a5fe75658583c85059a0957ef6e, accidentally added
again in 9f3be5672dc4dda30ab43e0152e13d714a84d762.


# c10a4244 05-Oct-2018 Marcel Raad

AppVeyor: use Debug builds to run tests

This enables more tests.

Closes https://github.com/curl/curl/pull/3104


# 9f3be567 05-Oct-2018 Marcel Raad

AppVeyor: add HTTP_ONLY build

Closes https://github.com/curl/curl/pull/3104


# d6eb28a9 05-Oct-2018 Marcel Raad

AppVeyor: add WinSSL builds

Use the oldest and latest Windows SDKs for them.
Also, remove all but one OpenSSL build.

Closes https://github.com/curl/curl/pull/3104


12345