diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-11-01 22:52:33 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-11-01 22:52:33 -0400 |
commit | 969ef9a663b3502c8f6ffb8063d6f52cf19b8f53 (patch) | |
tree | 7f41039f449da91fb6e765b32c511530ea438df1 /scripts | |
parent | 766343e304b9dd8e2f27a37d4233d821efe76f23 (diff) | |
download | qtlocation-mapboxgl-969ef9a663b3502c8f6ffb8063d6f52cf19b8f53.tar.gz |
test android target on travis/linux
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh index ea6097dc55..f3da798423 100755 --- a/scripts/travis_script.sh +++ b/scripts/travis_script.sh @@ -11,7 +11,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then # build & test Linux # mapbox_time "compile_program" \ - make linux -j$JOBS BUILDTYPE=${BUILDTYPE} + make android -j$JOBS BUILDTYPE=${BUILDTYPE} mapbox_time "compile_tests" \ make test -j$JOBS BUILDTYPE=${BUILDTYPE} |