From d7b543ef526f49cb74f8275f571899fc67cc33c1 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Sun, 17 Feb 2019 21:38:18 +0100 Subject: [PATCH] retry the test packaging branch --- scripts/appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml index c1e7a006d..5e8cf172d 100644 --- a/scripts/appveyor.yml +++ b/scripts/appveyor.yml @@ -52,10 +52,12 @@ after_test: # - curl -L -O http://downloads.sourceforge.net/project/portableapps/NSIS%20Portable/NSISPortable_3.0_English.paf.exe # - NSISPortable_3.0_English.paf.exe /S # Get the packaging code - - appveyor DownloadFile http://bazaar.launchpad.net/~openlp-core/openlp/packaging/tarball -FileName packaging.tar.gz + #- appveyor DownloadFile http://bazaar.launchpad.net/~openlp-core/openlp/packaging/tarball -FileName packaging.tar.gz + - appveyor DownloadFile http://bazaar.launchpad.net/~tomasgroth/openlp/packaging-webengine/tarball -FileName packaging.tar.gz - 7z e packaging.tar.gz - 7z x packaging.tar - - mv ~openlp-core/openlp/packaging packaging + #- mv ~openlp-core/openlp/packaging packaging + - mv ~tomasgroth/openlp/packaging-webengine packaging # If this is trunk we should also build the manual - ps: >- If (BUILD_DOCS) {