summaryrefslogtreecommitdiff
path: root/scripts/collect-coverage.sh
Commit message (Collapse)AuthorAgeFilesLines
* [build] Re-enable coverage runBruno de Oliveira Abinader2016-08-051-3/+3
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-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.shJohn Firebaugh2016-05-231-8/+10
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-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 coverageBruno de Oliveira Abinader2016-02-191-0/+5
| | | | This detaches coverage data collection from typical debug build.
* [tests] Added coverage report target 'check'Bruno de Oliveira Abinader2016-02-181-0/+61
Issuing 'make check' now collects unit tests coverage data and generates a report in HTML.