Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Add Dockerfile for Bitrise | Konstantin Käfer | 2017-03-28 | 1 | -0/+21 |
| | |||||
* | [build] fix various CI builds | Konstantin Käfer | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 8 | -69/+30 |
| | | | | This is very much a work in progress. | ||||
* | [docker] upgrade docker scripts [skip ci] | Konstantin Käfer | 2016-05-26 | 2 | -9/+8 |
| | |||||
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 2 | -5/+3 |
| | | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts. | ||||
* | Move platform scripts into platforms | John Firebaugh | 2015-12-16 | 2 | -3/+3 |
| | |||||
* | [build] refactor Docker scripts + add clang-tidy script | Konstantin Käfer | 2015-12-03 | 11 | -10/+140 |
| | |||||
* | [core] update docker script | Konstantin Käfer | 2015-10-16 | 4 | -27/+37 |
| | | | | [skip ci] | ||||
* | build on Travis' sudo: false infrastructure | Konstantin Käfer | 2015-04-28 | 1 | -26/+0 |
| | |||||
* | scripts for running linux tests with docker | Konstantin Käfer | 2015-03-13 | 4 | -0/+75 |