summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated references to old build docsMinh Nguyễn2015-11-091-1/+1
| | | | Fixes #2871.
* [iOS] Fetch tags on install, not ipackageMinh Nguyễn2015-11-092-1/+2
| | | | | | This change removes a git command that requires a network connection from the ipackage target. It was used to ensure that CI has a tag to version the appledoc documentation with, so the same command has been added to install.sh, where a network connection is otherwise expected. Fixes #2320.
* [node] only upload render test results on linuxnode-v2.0.0-pre.13Mike Morris2015-11-051-1/+1
| | | | They don't run on OS X because Travis OS X boxes don't have GPUs.
* [node] autopublish node-pre-gyp binaryMike Morris2015-11-052-1/+8
| | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}.
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-042-14/+35
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* Force Bitcode in make ipackageMinh Nguyễn2015-11-021-0/+2
| | | | `make ipackage` now performs a Bitcode-enabled archive build for devices.
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-027-11/+16
| | | | | | | | | | | | | - [osx] set -fvisibility-inlines-hidden in gyp/common.gypi to silence mismatched visibility linker warnings - [linux] set cxx_host in GYP_FLAGS to set -fabi-version=0 on gcc builds to use clang-built mason binaries - [ios] update symbol visibility for iOS tests - [ios] link libgeojsonvt.a in iOS tests xcodeproj - add libgeojsonvt.a to General -> Linked Frameworks and Libraries - add mason_packages (recursive) to Build Settings -> Library Search Path - [ios] add libuv and geojsonvt first in iOS libtool smush to ensure symbols are found by later compilation units where they are undefined
* don't use xcprettyJustin R. Miller2015-11-021-2/+2
|
* [core] Remove bundled styles.Leith Bade2015-10-306-18/+0
| | | | Fixes #2239
* [core] Fix gdb check for CIJohn Firebaugh2015-10-271-1/+1
|
* more explicitly name build configs & do Debug for sim/testingJustin R. Miller2015-10-271-0/+3
|
* [node] create `npm test` and `npm run test-suite` targetsKonstantin Käfer2015-10-263-0/+111
|
* [node] include node headers in binding.gyp, undef libuv_cflagsMike Morris2015-10-261-2/+2
|
* [node] make task for building node via XcodeMike Morris2015-10-261-0/+14
|
* [android] Move android filesLeith Bade2015-10-251-3/+3
| | | | Fixes #2032
* [android] [ios] [linux] [osx] Update many mason modulesLeith Bade2015-10-244-19/+19
|
* [android] Fix TEXTREL dlopen error on Android 6.0 x86Leith Bade2015-10-241-2/+2
| | | | | Update libcurl to 7.45.0 and OpenSSL to 1.0.1p Fixes #2772
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-231-1/+1
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* Fix path of mapbox-gl-test-suite render testsBryan Housel2015-10-161-3/+3
|
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-145-5/+5
| | | | | | UV_ASYNC_PARAMS and UV_TIMER_PARAMS for libuv <= 0.10 compatibility use st_mtim.tv_sec in libuv > 0.10.x
* Revert to nvm v0.28.0John Firebaugh2015-10-091-1/+1
|
* Install nvm using recommended methodJohn Firebaugh2015-10-091-6/+1
|
* [build] update appledoc install error URLJason Wray2015-10-081-1/+1
|
* Install gtest from masonJohn Firebaugh2015-10-022-0/+2
|
* [ios] patch up iOS version-deducing scriptsJustin R. Miller2015-10-011-1/+1
|
* Install RapidJSON from masonJohn Firebaugh2015-10-014-0/+4
|
* mason variant@1.0Mike Morris2015-09-304-0/+4
|
* Merge branch 'android-curl'Brad Leege2015-09-232-1/+3
|\
| * Restore libcurl HTTP on AndroidLeith Bade2015-09-222-1/+3
| |
* | Add Crashlytics NDK to AndroidLeith Bade2015-09-231-10/+14
|/ | | | Closes #2107
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-168-49/+23
| | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-158-23/+49
| | | | | | - Allow node bindings to be built if git submodules cannot be checked out - Made geojsonvt a mason package instead of a git submodule - Use globally installed mason if it cannot be checked out via git submodules
* Upgraded to iOS Simulator 9.0, KIF 3.3.0Minh Nguyễn2015-09-151-3/+6
| | | | Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
* [shader] Shaders vertex and fragments are now GLchar*Bruno de Oliveira Abinader2015-09-151-2/+4
|
* fix typo in iOS scriptJustin R. Miller2015-09-071-1/+1
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-046-46/+13
|
* source scripts/linux/setup.sh in scripts/node/after_script.sh toMike Morris2015-09-021-0/+2
| | | | configure Mesa
* set NODE_VERSION is after_script.shMike Morris2015-09-021-0/+3
|
* remove debug logging and whitespace [skip ci]Mike Morris2015-09-011-1/+1
|
* remove pushd/popd from scripts/node/run.sh, update license in package.jsonMike Morris2015-09-011-4/+0
|
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-011-8/+8
|
* Fix NODE_PRE_GYP variableJohn Firebaugh2015-08-311-1/+1
| | | | `cd` outputs the resulting directory, which is not what is desired here.
* only assume ~/.nvm is a git repo if we clone itMike Morris2015-08-281-5/+5
|
* fix && to exit subshell with -e on failureMike Morris2015-08-282-5/+16
|
* conditional nvm installMike Morris2015-08-281-2/+5
|
* nvm manual installMike Morris2015-08-282-2/+4
|
* local nvm?Mike Morris2015-08-282-2/+2
|
* . -> sourceMike Morris2015-08-282-2/+2
|
* use NODE_VERSIONMike Morris2015-08-281-0/+3
|