summaryrefslogtreecommitdiff
path: root/mbgl.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [ios, osx] Fixed project upgrade warningsMinh Nguyễn2016-04-161-0/+10
| | | | Fixed project upgrade warnings in projects managed by gyp.
* [ios, osx] Avoid generating dSYM files in Debug configurationsJohn Firebaugh2016-04-111-0/+1
| | | | Per https://labs.spotify.com/2013/11/04/shaving-off-time-from-the-ios-edit-build-test-cycle/
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-0/+293
* 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.