Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Re-add benchmark tests to the buildsystem | Thiago Marcos P. Santos | 2016-10-05 | 1 | -0/+1 |
| | | | | Probably lost on the cmake migration | ||||
* | [node] fix bad conditional, actually run tests | Mike Morris | 2016-09-23 | 1 | -5/+5 |
| | |||||
* | [Qt] Add mesa to the library path | Thiago Marcos P. Santos | 2016-08-22 | 1 | -1/+3 |
| | | | | | Qt 5 gets confused with fglrx that is installed by default on Travis trusty bots. This way we force both Qt and Xvfb to load on mesa drivers. | ||||
* | [build] use cmake script bundled with Mason | Konstantin Käfer | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | [build] fix various CI builds | Konstantin Käfer | 2016-08-05 | 1 | -2/+1 |
| | |||||
* | [build] Re-enable coverage run | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | [build] Re-enable Qt bots | Thiago Marcos P. Santos | 2016-08-05 | 1 | -23/+24 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -33/+36 |
| | | | | This is very much a work in progress. | ||||
* | [node] build and publish Node.js binaries with BUILDTYPE=Release | Bruno de Oliveira Abinader | 2016-08-01 | 1 | -2/+6 |
| | | | | Skip tests when publishing binaries and skip publishing render test results when those tests don't run. | ||||
* | [node] Switch Travis bot to debug mode | Bruno de Oliveira Abinader | 2016-07-20 | 1 | -3/+3 |
| | |||||
* | [tests] Run memory tests on travis | Thiago Marcos P. Santos | 2016-06-21 | 1 | -4/+5 |
| | | | | | | Qt4 will run tests with libjemalloc.so. The Memory.Footprint and the Memory.Fragmentation will only run with libjemalloc.so because we have then a better control over the results. | ||||
* | [tidy] Switched to Travis CI | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -0/+11 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. | ||||
* | [android] #5291 - Fixing merge error for .travis.yml | Brad Leege | 2016-06-09 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Brad Leege | 2016-06-09 | 1 | -5/+8 |
|\ | |||||
| * | [Qt][build] Run Qt valgrind test on the bots | Thiago Marcos P. Santos | 2016-06-09 | 1 | -5/+8 |
| | | |||||
* | | Merge branch 'release-android-v4.1.0' | Brad Leege | 2016-06-09 | 1 | -3/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/BaseMarkerViewOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerViewManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/NativeMapView.java # platform/android/src/jni.cpp # src/mbgl/geometry/buffer.hpp # src/mbgl/geometry/glyph_atlas.cpp # src/mbgl/geometry/glyph_atlas.hpp # src/mbgl/geometry/line_atlas.cpp # src/mbgl/geometry/vao.cpp # src/mbgl/gl/gl_object_store.cpp # src/mbgl/gl/gl_object_store.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/shader/shader.cpp # src/mbgl/sprite/sprite_atlas.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/text/glyph_pbf.hpp | ||||
| * | [build] Migrate LLVM bots to Trusty | Thiago Marcos P. Santos | 2016-06-04 | 1 | -16/+20 |
| | | | | | | | | | | LLVM is no longer hosting a debian repo and the build was broken. Trusty has the LLVM version we need. | ||||
* | | [build] Upload node test results | Thiago Marcos P. Santos | 2016-06-01 | 1 | -0/+3 |
| | | | | | | | | Removed by mistake. | ||||
* | | [build] Build matrix cosmetics | Thiago Marcos P. Santos | 2016-06-01 | 1 | -9/+9 |
| | | |||||
* | | [build] Migrate LLVM bots to Trusty | Thiago Marcos P. Santos | 2016-06-01 | 1 | -16/+20 |
| | | | | | | | | | | LLVM is no longer hosting a debian repo and the build was broken. Trusty has the LLVM version we need. | ||||
* | | [qt] Enable tests for Qt5 | Thiago Marcos P. Santos | 2016-06-01 | 1 | -1/+1 |
|/ | |||||
* | [build] qtpositioning5-dev and qtlocation5-dev are now on Travis whitelist | Thiago Marcos P. Santos | 2016-05-06 | 1 | -3/+1 |
| | | | | | Do not call `sudo` for installing them anymore. This will make it possible to migrate to a container'ed Trusty bot when available. | ||||
* | [Qt] Add QtLocation to the buildsystem | Thiago Marcos P. Santos | 2016-05-02 | 1 | -1/+1 |
| | | | | Needed by the next patch. | ||||
* | [linux] Build with GCC 5 (#4901) | John Firebaugh | 2016-04-29 | 1 | -16/+16 |
| | | | | | | * [linux] Build with GCC 5 * [build] -fabi-version=0 is the default for GCC 5 | ||||
* | [Qt] Expose center and zoom properties | Thiago Marcos P. Santos | 2016-04-27 | 1 | -0/+2 |
| | |||||
* | [Qt] Added qt-qml-app example | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | [Qt] Added QQuickMapboxGL{,Renderer} | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | [build] Do not run unit tests for Qt5 | Thiago Marcos P. Santos | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | ccache is not enabled for Trusty public bots on Travis. Disabling unit tests for Qt5 for now so it will take less time. Fixes #4855. (not really, but better than nothing) | ||||
* | [build][Qt] Use Ubuntu Trusty for Qt5 | Thiago Marcos P. Santos | 2016-04-25 | 1 | -16/+26 |
| | | | | | | | | | Ships with a newer version of Qt5 (Qt 5.2.1) and it is closer to what we are actually shipping to. Unfortunately, ATM Trusty will require 'root' [1] and won't that makes it significantly slower because it will not use a container version of the build env. | ||||
* | [build] Added 'qt-app' targets to Travis Qt build | Bruno de Oliveira Abinader | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4773 from mapbox/travis-qt5 | Bruno de Oliveira Abinader | 2016-04-21 | 1 | -0/+14 |
| | | | [build] Added Qt 5 build for Travis CI | ||||
* | [build] Added Qt 4 build for Travis CI | Bruno de Oliveira Abinader | 2016-04-20 | 1 | -0/+13 |
| | |||||
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 1 | -59/+52 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Remove failing clang-tidy row from build matrix | John Firebaugh | 2016-03-29 | 1 | -13/+0 |
| | |||||
* | [node] Drop OS X build from Travis | John Firebaugh | 2016-03-22 | 1 | -6/+0 |
| | |||||
* | [node] Drop Node 5 from build matrix (fixes #4370) | John Firebaugh | 2016-03-21 | 1 | -13/+0 |
| | |||||
* | [tests] Upload coverage reports to coveralls.io | Bruno de Oliveira Abinader | 2016-02-20 | 1 | -0/+11 |
| | |||||
* | [node] Drop 0.10 from build; require v4+ | John Firebaugh | 2016-01-20 | 1 | -12/+0 |
| | |||||
* | Removed OS X SDK from build matrix | Minh Nguyễn | 2016-01-05 | 1 | -7/+0 |
| | |||||
* | Move platform scripts into platforms | John Firebaugh | 2015-12-16 | 1 | -4/+4 |
| | |||||
* | [ios] Remove vestigial environment variables from .travis.yml | John Firebaugh | 2015-12-16 | 1 | -7/+0 |
| | |||||
* | [build] use ccache | Konstantin Käfer | 2015-12-07 | 1 | -13/+22 |
| | |||||
* | [test] restructure .travis.yml and remove Android tests from Travis | Konstantin Käfer | 2015-12-07 | 1 | -69/+74 |
| | | | | they're now built on Bitrise | ||||
* | [node] Drop node 0.12 from build matrix | John Firebaugh | 2015-12-07 | 1 | -10/+0 |
| | |||||
* | [build] Add clang-tidy to Travis | Konstantin Käfer | 2015-12-03 | 1 | -1/+7 |
| | |||||
* | [node] test and publish binaries for Node.js v5.x | Mike Morris | 2015-11-25 | 1 | -0/+10 |
| | |||||
* | [android] #2891 - 23.0.2 Take 2 | Brad Leege | 2015-11-05 | 1 | -4/+4 |
| | |||||
* | [android] #2891 - Going back to Android Build Tools 23.0.1 | Brad Leege | 2015-11-03 | 1 | -4/+4 |
| | |||||
* | [android] Update to build tools 23.0.2 | Leith Bade | 2015-11-03 | 1 | -4/+4 |
| | | | | Fixes #2891 | ||||
* | Optimize Travis build order: start osx builds first | John Firebaugh | 2015-10-23 | 1 | -33/+33 |
| | | | | Travis seems to queue jobs in the order listed in .travis.yml, so put the slower jobs first in an attempt to reduce the overall time for a build. |