summaryrefslogtreecommitdiff
path: root/scripts/ci
Commit message (Collapse)AuthorAgeFilesLines
* [build] Move to Ubuntu EoanThiago Marcos P. Santos2020-04-162-11/+20
| | | | Disco has reached EOL and apt-get fails.
* [build] Make the docker image smallerThiago Marcos P. Santos2020-04-021-44/+52
| | | | | It could be made even smaller by splitting Android and Linux builds, but so far CircleCI is handling it fine.
* [build] Deprecated GCC 4.9 and set the minimum to GCC 5Thiago Marcos P. Santos2020-03-231-3/+1
|
* [build] Bump dockerThiago Marcos P. Santos2020-03-141-0/+1
| | | | Allow building with OpenGL ES 2.0 headers on Linux.
* [build][ios] Move iOS specific ccache scripts to platform directoryJuha Alanen2020-02-272-18/+0
|
* [build] Enable ccache for Xcode iOS buildsJuha Alanen2020-02-142-0/+18
|
* [build] Run Valgrind instead of Memory SanitizerThiago Marcos P. Santos2019-11-201-1/+2
| | | | | | Memory Sanitizer requires all the dependencies, including libstdc++ to be compiled with Memory Sanitizer, otherwise we will get tons of false positives.
* [build] Bump CI docker imageThiago Marcos P. Santos2019-10-231-1/+7
| | | | | This version includes gcloud, needed to run android firebase tests.
* [build] CI configThiago Marcos P. Santos2019-09-172-0/+120
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.