summaryrefslogtreecommitdiff
path: root/.cmake-format
Commit message (Collapse)AuthorAgeFilesLines
* [build] Generate the LICENSE.md for mbgl-coreThiago Marcos P. Santos2020-02-271-0/+12
| | | | | | | Add a script that for everything we link against mbgl-core, it will check the license and generate a file all the dependencies listed with the respective authors, project urls and license.
* [build] CI configThiago Marcos P. Santos2019-09-171-0/+91
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.