|
|
@ -199,11 +199,11 @@ after_success: |
|
|
|
- cd ${TRAVIS_BUILD_DIR} |
|
|
|
- cd ${TRAVIS_BUILD_DIR} |
|
|
|
|
|
|
|
|
|
|
|
# master development builds to beta track |
|
|
|
# master development builds to beta track |
|
|
|
- GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta |
|
|
|
- GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol-daily |
|
|
|
- if [ "${TRAVIS_TAG}" ]; then |
|
|
|
- if [ "${TRAVIS_TAG}" ]; then |
|
|
|
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol; |
|
|
|
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol; |
|
|
|
elif [ "${TRAVIS_BRANCH}" = "master" ]; then |
|
|
|
elif [ "${TRAVIS_BRANCH}" = "master" ]; then |
|
|
|
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta; |
|
|
|
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol-daily; |
|
|
|
else |
|
|
|
else |
|
|
|
GOOGLE_PLAY_PKG=none; |
|
|
|
GOOGLE_PLAY_PKG=none; |
|
|
|
fi |
|
|
|
fi |
|
|
|