From d31de98c4b662d8581a8d9a975b8ee5bdbcfde7d Mon Sep 17 00:00:00 2001 From: triplus Date: Wed, 24 May 2017 19:03:25 +0200 Subject: [PATCH] Create AppImage on Travis Please wait until merged: https://github.com/probonopd/AppImages/pull/241 Forum discussion: https://forum.freecadweb.org/viewtopic.php?f=4&t=22606 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b267393c62..9efa157c0d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -227,4 +227,7 @@ after_success: deployContext=$(create_helper_context repo=${TRAVIS_REPO_SLUG} auth_token=${GH_TOKEN} release=${DEPLOY_RELEASE}) gitHub_deploy_asset_to_release_named $deployContext ${DEPLOYMENT_ARCHIVE} gitHub_prune_assets_for_release_named $deployContext "-${QT}" 1 + elif [ "${TRAVIS_OS_NAME}" == "linux" -a "${TRAVIS_PULL_REQUEST}" == "false" ]; then + wget https://raw.githubusercontent.com/probonopd/AppImages/master/recipes/meta/Recipe + bash Recipe FreeCAD-nightly fi