Commit 8b7a08d3 authored by Daniel Agar's avatar Daniel Agar

travis-ci add installers

parent 8365c185
......@@ -10,13 +10,13 @@ matrix:
- os: linux
env: SPEC=linux-g++-64 CONFIG=debug
- os: linux
env: SPEC=linux-g++-64 CONFIG=release
env: SPEC=linux-g++-64 CONFIG=installer
- os: osx
osx_image: beta-xcode6.3
env: SPEC=macx-clang CONFIG=debug
- os: osx
osx_image: beta-xcode6.3
env: SPEC=macx-clang CONFIG=release
env: SPEC=macx-clang CONFIG=installer
cache:
- apt
......@@ -58,15 +58,15 @@ script:
- if [[ "${TRAVIS_OS_NAME}" = "osx" && "${CONFIG}" = "debug" ]]; then ./debug/qgroundcontrol.app/Contents/MacOS/qgroundcontrol --unittest; fi
- echo -en 'travis_fold:end:script.2\\r'
#deploy:
# provider: releases
# api-key:
# secure: ""
# file: "release/qgroundcontrol"
# skip_cleanup: true
# on:
# tags: true
# all_branches: true
deploy:
provider: releases
api-key:
secure: ""
file: "release/qgroundcontrol.dmg"
skip_cleanup: true
on:
tags: true
all_branches: true
notifications:
webhooks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment