Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Re-enable coverage run | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -3/+3 |
| | |||||
* | [macos] Renamed OS X SDK to macOS SDK | Minh Nguyễn | 2016-06-14 | 1 | -1/+1 |
| | | | | Also renamed as many references to OS X as possible to macOS in documentation. | ||||
* | [build] Avoid variable name coupling between main.mk and collect-coverage.sh | John Firebaugh | 2016-05-23 | 1 | -8/+10 |
| | |||||
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | * 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. | ||||
* | [tests] Use ENABLE_COVERAGE=1 envvar to enable coverage | Bruno de Oliveira Abinader | 2016-02-19 | 1 | -0/+5 |
| | | | | This detaches coverage data collection from typical debug build. | ||||
* | [tests] Added coverage report target 'check' | Bruno de Oliveira Abinader | 2016-02-18 | 1 | -0/+61 |
Issuing 'make check' now collects unit tests coverage data and generates a report in HTML. |