summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-3/+1
| | | | | | | | This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier.
* [build] CI configThiago Marcos P. Santos2019-09-171-40/+26
| | | | | | | | | | Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots.
* [build] Replace geometry.hpp/variant with mapbox-baseBruno de Oliveira Abinader2019-07-261-0/+1
|
* [build] Upgrade LLVM to 7.0.0 for AppVeyor Visual Studio 2017 botAlexander Shalamov2018-12-141-2/+2
|
* [qt][build] Use the latest version of Qt available on AppVeyorThiago Marcos P. Santos2018-11-131-2/+2
| | | | | And stop breaking the build every time AppVeyor updates Qt on their images.
* [build] Use clcache in appveyor buildAnder Conselvan de Oliveira2018-11-011-2/+11
| | | | | | clcache is a cache for compiled C and C++ objects similar to ccache but compatible with Microsoft compilers. Using it should result in faster builds.
* [build] Parametrize AppVeyor config to avoid duplicationAnder Conselvan de Oliveira2018-11-011-68/+53
| | | | | The configuration for VS 2015 and VS 2017 were almost identical. Parametrize the differences to avoid duplication.
* [build] Update appveyorThiago Marcos P. Santos2018-10-311-1/+7
|
* [build] Update appveyor config to include msvc 2015 and 2017Ivo van Dongen2018-08-071-33/+80
|
* [build] Use Qt 5.6.3 instead of 5.7 in AppVeyorBruno de Oliveira Abinader2018-05-171-1/+1
|
* [windows] - run AppVeyor for all branchesTobrun2018-01-291-4/+0
|
* [qt][build] Use ninja for compiling Qt for WindowsThiago Marcos P. Santos2018-01-101-5/+9
| | | | Faster builds.
* [windows] Build on AppVeyor CIThiago Marcos P. Santos2018-01-081-0/+56