[WIP] Build and publish a dev version of kiwix-desktop.
This commit is contained in:
parent
2e05257737
commit
ab36004b97
|
@ -12,10 +12,6 @@ environment:
|
||||||
KIWIX_DESKTOP_VERSION: '2.0-rc4'
|
KIWIX_DESKTOP_VERSION: '2.0-rc4'
|
||||||
KIWIX_DESKTOP_RELEASE: 1
|
KIWIX_DESKTOP_RELEASE: 1
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
echo %TEST_VAR%
|
echo %TEST_VAR%
|
||||||
|
|
|
@ -12,6 +12,13 @@ then
|
||||||
ci@download.kiwix.org:/data/download/nightly
|
ci@download.kiwix.org:/data/download/nightly
|
||||||
fi
|
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" ]]
|
if [[ "$APPVEYOR_REPO_TAG" = "true" ]]
|
||||||
then
|
then
|
||||||
RELEASE_ARCHIVES=$(find $RELEASE_KIWIX_ARCHIVES_DIR -type f)
|
RELEASE_ARCHIVES=$(find $RELEASE_KIWIX_ARCHIVES_DIR -type f)
|
||||||
|
|
Loading…
Reference in New Issue