From 8b7a08d3baaeb7bbc8bba194d895c3b2baa7a6e7 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 5 Sep 2015 00:47:52 -0400 Subject: [PATCH] travis-ci add installers --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index f75189729..f234d8ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- 2.22.0