From 67cf7a7490e4888f981caff1b8ef6932383c4897 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 9f0fed5..abf5682 100755 --- a/appveyor/deploy.sh +++ b/appveyor/deploy.sh @@ -12,6 +12,13 @@ then ci@download.kiwix.org:/data/download/nightly fi +if [[ "$APPVEYOR_REPO_BRANCH" != "master" ]] +then + scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \ + ${NIGHTLY_KIWIX_ARCHIVES_DIR} \ + ci@download.kiwix.org:/data/tmp/ci/${APPVEYOR_REPO_BRANCH} +fi + if [[ "$APPVEYOR_REPO_TAG" = "true" ]] then RELEASE_ARCHIVES=$(find $RELEASE_KIWIX_ARCHIVES_DIR -type f)