aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-06-251-0/+6
|\
| * Work around MSVC issue with std::atomic initialization (#4777)Adam Cozzette2018-06-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | * Work around MSVC issue with std::atomic initialization MSVC seems to have a bug where it does not use constant initialization for std::atomic, which ends up causing crashes during initialization. This change introduces a workaround by putting the std::atomic inside a union, which causes the compiler to use constant initialization for it. * Added an AppVeyor test for static linking with MSVC
* | Fix appveyor documentationJozef Izso2018-05-151-3/+3
| |
* | Appveyor MinGW buildIvan Shynkarenka2018-05-031-5/+9
|/
* Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-9/+1
| | | Add googletest as a submodule in third_party/googletest.
* Try using a new version of Visual Studio on AppVeyorAdam Cozzette2018-03-201-2/+3
| | | | | We need to use a new enough version to ensure that constexpr is available.
* Convert C# projects to MSBuild (csproj) formatJon Skeet2017-05-241-2/+1
| | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
* Use "appveyor DownloadFile"Feng Xiao2016-10-101-3/+3
| | | | | | | "ps: StartFileDownload" is broken by a recent appveyor image update: http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf
* Support Unicode build on WindowsWei-Yin Chen (陳威尹)2016-08-311-0/+1
|
* Update links in appveyor.ymlFeng Xiao2016-08-251-3/+9
| | | | Change-Id: I3d44e3c6877e00cfea5a903568fde1e6f597aac1
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-141-0/+6
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Down-integrate from internal code base.Feng Xiao2015-12-111-32/+32
|
* add C# build and tests to appveyorJan Tattermusch2015-07-151-7/+5
|
* Fix appveyor tests.Feng Xiao2015-06-221-2/+2
|
* Fix broken builds.Feng Xiao2015-06-171-4/+5
|
* Add appveyor.xml for windows tests.Feng Xiao2015-06-121-0/+33