From 0d6607087953f55be3e6fdfe633740423654b696 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 19 Feb 2019 21:46:31 +0100 Subject: [PATCH] build both 32 and 64 bit, and add debug print --- openlp/core/display/render.py | 1 + scripts/appveyor.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/openlp/core/display/render.py b/openlp/core/display/render.py index 35f144ee8..acd2334c4 100644 --- a/openlp/core/display/render.py +++ b/openlp/core/display/render.py @@ -706,6 +706,7 @@ class Renderer(RegistryBase, LogMixin, RegistryProperties, DisplayWindow): else: # The remaining elements do not fit, thus reset the indexes, create a new list and continue. raw_list = raw_list[index + 1:] + print(raw_list) raw_list[0] = raw_tags + raw_list[0] html_list = html_list[index + 1:] html_list[0] = html_tags + html_list[0] diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml index 5e8cf172d..9410159c8 100644 --- a/scripts/appveyor.yml +++ b/scripts/appveyor.yml @@ -10,7 +10,9 @@ clone_script: - mv BRANCHPATH openlp-branch environment: - PYTHON: C:\\Python37-x64 + matrix: + - PYTHON: C:\\Python37-x64 + - PYTHON: C:\\Python37 install: # Install dependencies from pypi