summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Sync file headersSebastian Pipping2022-07-141-1/+1
|
* appveyor.yml: Add MSVC 2022Sebastian Pipping2022-04-121-0/+27
|
* Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-021-2/+3
|
* Windows: Drop support for Visual Studio <=14.0/2015drop-support-for-ancient-visual-studioSebastian Pipping2021-03-201-52/+0
|
* Drop remaining support for Visual Studio 2008, 2010, 2012 (#422)issue-422-drop-support-for-old-visual-studioSebastian Pipping2020-10-031-52/+0
|
* Revert "AppVeyor: Be explicit about build script to support msbuild 3.5"Sebastian Pipping2020-10-031-2/+3
| | | | This reverts commit 24d6dd8c2dd94618f85692d25fb71a99bd893fdc.
* Revert "AppVeyor: Cover 32bit Visual Studio 9 2008 using MSBuild 3.5"Sebastian Pipping2020-10-031-16/+0
| | | | This reverts commit d073dd63d3e67f811e15563de6a57af8e6545ec5.
* AppVeyor: Cover Visual Studio 16 2019Sebastian Pipping2020-09-241-0/+27
|
* AppVeyor: Cover 32bit Visual Studio 9 2008 using MSBuild 3.5Sebastian Pipping2020-03-201-0/+16
|
* AppVeyor: Be explicit about build script to support msbuild 3.5Sebastian Pipping2020-03-201-3/+2
| | | | | | | | Error message was: The project file "ALL_BUILD.vcproj" is in the ".vcproj" file format, which MSBuild no longer supports. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or use MSBuild 3.5 or earlier to build it.
* CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on WindowsSebastian Pipping2019-09-211-20/+20
|
* CMake: Introduce option EXPAT_CHAR_TYPE=(char|ushort|wchar_t)Sebastian Pipping2019-09-051-10/+10
|
* AppVeyor: Improve use of CMakeSebastian Pipping2019-09-031-13/+33
|
* CMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORSSebastian Pipping2019-08-301-1/+1
|
* AppVeyor|Travis: Re-introduce clone depthSebastian Pipping2019-07-221-0/+3
| | | | | | | | | | | Depth 1 made surpassed pushed fail so it was dropped. No depth limit wastes time and hardware resources though, and has some risk that depth 1 will be re-introduced, by mistake. So let's try 50 now. Related commits: - 10c235458830fc894a6381cf6267246c68848adf — AppVeyor - 88cf657da91ef7a83d705cf7951cfd6c6b7d98fc — Travis
* AppVeyor: Drop "clone_depth: 1" because subsequent pushes were failing ↵Sebastian Pipping2019-07-171-3/+0
| | | | | | | | | | | | | | | | | | | ongoing builds Symptom: Build started git config --global core.autocrlf input git clone -q --depth=1 --branch=master https://github.com/libexpat/libexpat.git c:\projects\libexpat git checkout -qf d4d8d486af1810bff52612d84533985b9b47b7a6 fatal: reference is not a tree: d4d8d486af1810bff52612d84533985b9b47b7a6 Cause: A more recent push made d4d8d486af1810bff52612d84533985b9b47b7a6 the second-last commit so that --depth=1 would create a commit graph without that commit. Documented at: https://www.appveyor.com/docs/how-to/repository-shallow-clone/#setting-depth-of-git-clone-command
* CMake option to treat warnings as errorsvanklompf2017-12-041-1/+1
|
* Add XML_UNICODE_WCHAR_T builds to appveyor build matrixJose2017-10-041-0/+60
| | | | See issue [#147](https://github.com/libexpat/libexpat/issues/147)
* appveyor.yml: Sync copyright headerSebastian Pipping2017-08-241-0/+1
|
* appveyor.yml: Convert from ISO-8859 to UTF-8Sebastian Pipping2017-08-241-1/+1
|
* appveyor.yml: Add vs2010Sebastian Pipping2017-08-241-0/+10
|
* appveyor.yml: Add links on CMake generators and installed VS versionsSebastian Pipping2017-08-241-0/+5
|
* appveyor.yml: Apply detailed license headerSebastian Pipping2017-08-241-1/+28
|
* Add Windows CI with Appveyor Fixes issue #53Jose2017-08-241-0/+72