summaryrefslogtreecommitdiff
path: root/cmake/test.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-1/+0
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+1
|
* [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-081-6/+0
|
* [tests] Make it possible to disable tests on the CIThiago Marcos P. Santos2016-08-261-0/+6
| | | | | Useful for tests that depend on a good network connection and you want to run manually.
* [build] add CMake source groups to all targetsKonstantin Käfer2016-08-221-0/+2
|
* [build] convert build-shaders script from Python to Node.jsKonstantin Käfer2016-08-161-3/+1
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+35
This is very much a work in progress.