retry the test packaging branch

This commit is contained in:
Tomas Groth 2019-02-17 21:38:18 +01:00
parent 8de23cd980
commit d7b543ef52
1 changed files with 4 additions and 2 deletions

View File

@ -52,10 +52,12 @@ after_test:
# - curl -L -O http://downloads.sourceforge.net/project/portableapps/NSIS%20Portable/NSISPortable_3.0_English.paf.exe # - curl -L -O http://downloads.sourceforge.net/project/portableapps/NSIS%20Portable/NSISPortable_3.0_English.paf.exe
# - NSISPortable_3.0_English.paf.exe /S # - NSISPortable_3.0_English.paf.exe /S
# Get the packaging code # 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 e packaging.tar.gz
- 7z x packaging.tar - 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 # If this is trunk we should also build the manual
- ps: >- - ps: >-
If (BUILD_DOCS) { If (BUILD_DOCS) {