forked from openlp/openlp
build both 32 and 64 bit, and add debug print
This commit is contained in:
parent
d7b543ef52
commit
0d66070879
@ -706,6 +706,7 @@ class Renderer(RegistryBase, LogMixin, RegistryProperties, DisplayWindow):
|
|||||||
else:
|
else:
|
||||||
# The remaining elements do not fit, thus reset the indexes, create a new list and continue.
|
# The remaining elements do not fit, thus reset the indexes, create a new list and continue.
|
||||||
raw_list = raw_list[index + 1:]
|
raw_list = raw_list[index + 1:]
|
||||||
|
print(raw_list)
|
||||||
raw_list[0] = raw_tags + raw_list[0]
|
raw_list[0] = raw_tags + raw_list[0]
|
||||||
html_list = html_list[index + 1:]
|
html_list = html_list[index + 1:]
|
||||||
html_list[0] = html_tags + html_list[0]
|
html_list[0] = html_tags + html_list[0]
|
||||||
|
@ -10,7 +10,9 @@ clone_script:
|
|||||||
- mv BRANCHPATH openlp-branch
|
- mv BRANCHPATH openlp-branch
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PYTHON: C:\\Python37-x64
|
matrix:
|
||||||
|
- PYTHON: C:\\Python37-x64
|
||||||
|
- PYTHON: C:\\Python37
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install dependencies from pypi
|
# Install dependencies from pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user