summaryrefslogtreecommitdiff
path: root/scripts/ci/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* [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] 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-171-0/+110
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.