Add basic kiwix-desktop build on AppVeyor.

This is somehow a side build system base on cmd scripts.
We should merge it in kiwix-build but... no time for now :/
This commit is contained in:
Matthieu Gautier
2018-06-13 11:44:27 +02:00
parent a17cdeba49
commit 2743f64ef8
16 changed files with 207 additions and 0 deletions

12
appveyor/deploy.sh Executable file
View File

@ -0,0 +1,12 @@
set -e
NIGHTLY_DATE=$(date +%Y-%m-%d)
NIGHTLY_KIWIX_ARCHIVES_DIR=/c/projects/NIGHTLY_KIWIX_ARCHIVES/${NIGHTLY_DATE}
SSH_KEY=C:\\projects\\kiwix-build\\appveyor\\nightlybot_id_key
#if [[ "$APPVEYOR_SCHEDULED_BUILD" = "True" ]]
#then
scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \
${NIGHTLY_KIWIX_ARCHIVES_DIR} \
nightlybot@download.kiwix.org:/var/www/download.kiwix.org/nightly
#fi