From cdc384e44d23b99666e09cd8bd5340c55652309c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 13 Sep 2015 12:51:21 +0300 Subject: [PATCH] Add OS X nightly builds. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13e349ab..e4d53c95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,13 @@ script: - cd cbuild - cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_BUILD_TYPE=Debug .. - make +deploy: + - provider: releases + api_key: + secure: DA3tW0My37vbi2t3dZ061281Xm8KSIkeLdFZsQISrut0g1kkbWuBTPxAfvE3B6OE8p47wAclE/wxA1+obMTVkY0oYpd5u+JelYNHxU/oL8Ww0xdUANwKNJ1JD2EZP8nSz7JSvxuGILC6AFPoTjawsG97SXwiTyp7z0PA6nvzraE= + skip_cleanup: true + file: /Users/travis/build/whitequark/solvespace/cbuild/solvespace.dmg + on: + repo: whitequark/solvespace + tags: true + condition: "$TRAVIS_OS_NAME == osx"