Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis-build.sh')
-rwxr-xr-xscripts/travis-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index 5601901f1..8a0c53acd 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -90,6 +90,10 @@ elif [ "$BUILD_TYPE" == "snap" ]; then
fi
docker_exec make $make_target -C build
+ elif [ "$TRAVIS_BUILD_STEP" == "deploy-unstable" ]; then
+ docker_exec make snap-push-$SNAP_UNSTABLE_CHANNEL -C build
+ elif [ "$TRAVIS_BUILD_STEP" == "deploy-release" ]; then
+ docker_exec make snap-push-$SNAP_RELEASE_CHANNEL -C build
fi
else
echo 'No $BUILD_TYPE defined'