From 2dcd2fd0f547da1fb00453714bb3b82368e42dd6 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 1 Apr 2020 11:04:12 +0200 Subject: [PATCH] [WIP][DO NOT MERGE]Test compilation of kiwix-desktop --- appveyor/deploy.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor/deploy.sh b/appveyor/deploy.sh index a8a9a64..598ca70 100755 --- a/appveyor/deploy.sh +++ b/appveyor/deploy.sh @@ -12,6 +12,13 @@ then ci@master.download.kiwix.org:/data/download/nightly fi +if [[ "$APPVEYOR_REPO_BRANCH" != "master" ]] +then + scp -P 30022 -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \ + ${NIGHTLY_KIWIX_ARCHIVES_DIR} \ + ci@master.download.kiwix.org:/data/tmp/ci/dev_preview/${APPVEYOR_REPO_BRANCH} +fi + if [[ "$APPVEYOR_REPO_TAG" = "true" ]] then RELEASE_ARCHIVES=$(find $RELEASE_KIWIX_ARCHIVES_DIR -type f)