mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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:
12
appveyor/deploy.sh
Executable file
12
appveyor/deploy.sh
Executable 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
|
Reference in New Issue
Block a user