summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* [build] Autodetect Qt{4,5}Bruno de Oliveira Abinader2017-03-231-1/+1
|
* [linux, node] Build with clang 3.9John Firebaugh2017-03-091-16/+16
|
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-061-1/+0
| | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on.
* [core] Log Memory.Footprint test results (#8170)Anand Thakker2017-02-281-1/+2
| | | | | | * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-221-0/+1
|
* [node] Run test with logbtJohn Firebaugh2017-02-091-2/+4
|
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-081-4/+2
|
* [tests] Exclude test that causes valgrind assertion failureJohn Firebaugh2017-02-021-1/+1
|
* [node] awscli doesn't support globsJohn Firebaugh2017-02-011-2/+2
|
* [node] Run tests under apitraceJohn Firebaugh2017-01-311-2/+8
| | | | This may help diagnose the intermittent CI failures.
* [build] Revert checking codestyle in CIJohn Firebaugh2017-01-271-1/+0
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-0/+1
|
* [linux] Remove unnecessary rows from Travis CI matrixJohn Firebaugh2017-01-231-24/+0
| | | | Building a debug build with both GCC and clang is sufficient.
* [linux] mesa 13.0.3John Firebaugh2017-01-231-3/+8
|
* [build] Update Travis Qt{4,5} bot dependenciesBruno de Oliveira Abinader2017-01-231-2/+2
|
* [Qt] Enable WITH_QT_I18N=1 on a bot to make sure it doesn't breakThiago Marcos P. Santos2017-01-201-1/+1
|
* [build] Replace OSMesa Tracis CI with EGLBruno de Oliveira Abinader2017-01-191-33/+23
|
* [build] Added EGL & GLX CI buildsBruno de Oliveira Abinader2016-11-171-39/+85
|
* [node] publish Node.js Linux binaries with GLXMike Morris2016-11-151-6/+22
| | | | run test suite with OSMesa in Debug
* [build] add binary size logging to Linux Release buildsKonstantin Käfer2016-11-151-0/+2
|
* [core] Bump standard library to libstdc++5-dev and clang version to 3.8. (#6991)Chris Loer2016-11-111-18/+18
| | | [core] Bump standard library to libstdc++5-dev and clang version to 3.8.
* [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-081-2/+2
|
* [linux] Use OSMesa when running Node testsBruno de Oliveira Abinader2016-11-041-16/+16
|
* [linux] Update target headless backendsBruno de Oliveira Abinader2016-11-041-3/+2
| | | | | | | Enable OSMesa backend via WITH_OSMESA=1 envvar. OSMesa backend uses Gallium OSMesa implementation, which uses LLVMpipe as default driver.
* [build] Replace 'tidy' with 'check'Bruno de Oliveira Abinader2016-11-041-3/+4
|
* [build] Re-add benchmark tests to the buildsystemThiago Marcos P. Santos2016-10-051-0/+1
| | | | Probably lost on the cmake migration
* [node] fix bad conditional, actually run testsMike Morris2016-09-231-5/+5
|
* [Qt] Add mesa to the library pathThiago Marcos P. Santos2016-08-221-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 MasonKonstantin Käfer2016-08-051-0/+1
|
* [build] fix various CI buildsKonstantin Käfer2016-08-051-2/+1
|
* [build] Re-enable coverage runBruno de Oliveira Abinader2016-08-051-1/+1
|
* [build] Re-enable Qt botsThiago Marcos P. Santos2016-08-051-23/+24
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-33/+36
| | | | This is very much a work in progress.
* [node] build and publish Node.js binaries with BUILDTYPE=ReleaseBruno de Oliveira Abinader2016-08-011-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 modeBruno de Oliveira Abinader2016-07-201-3/+3
|
* [tests] Run memory tests on travisThiago Marcos P. Santos2016-06-211-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 CIBruno de Oliveira Abinader2016-06-141-0/+11
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
* [android] #5291 - Fixing merge error for .travis.ymlBrad Leege2016-06-091-0/+3
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2016-06-091-5/+8
|\
| * [Qt][build] Run Qt valgrind test on the botsThiago Marcos P. Santos2016-06-091-5/+8
| |
* | Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-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 TrustyThiago Marcos P. Santos2016-06-041-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 resultsThiago Marcos P. Santos2016-06-011-0/+3
| | | | | | | | Removed by mistake.
* | [build] Build matrix cosmeticsThiago Marcos P. Santos2016-06-011-9/+9
| |
* | [build] Migrate LLVM bots to TrustyThiago Marcos P. Santos2016-06-011-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 Qt5Thiago Marcos P. Santos2016-06-011-1/+1
|/
* [build] qtpositioning5-dev and qtlocation5-dev are now on Travis whitelistThiago Marcos P. Santos2016-05-061-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 buildsystemThiago Marcos P. Santos2016-05-021-1/+1
| | | | Needed by the next patch.
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-16/+16
| | | | | | * [linux] Build with GCC 5 * [build] -fabi-version=0 is the default for GCC 5
* [Qt] Expose center and zoom propertiesThiago Marcos P. Santos2016-04-271-0/+2
|