From b8a910da5546dc060aa6addd6221f3bd3700a3f5 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 30 Oct 2015 13:44:03 +0100 Subject: [PATCH 1/4] Try to manually compile the songbook --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5f929665..f6b16432 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,6 +41,7 @@ before_test: test_script: - "tox" + - cmd: lualatex.exe --include-directory="C:\\projects\\patacrep\\test\\test_compilation\\unicode_datadir" --include-directory="C:\\projects\\patacrep\\test\\test_compilation" --include-directory="C:\\projects\\patacrep\\patacrep\\data" C:\\projects\\patacrep\\test\\test_compilation\\datadir.tex # Cache Miktex zip install cache: From 290df3a4ac485dc1a64767dd5361640505aba722 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 30 Oct 2015 14:09:23 +0100 Subject: [PATCH 2/4] Download miketex if not present already --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f6b16432..62d1f658 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ install: - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Install miktex portable - - ps: "wget http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5719.exe -OutFile ./miktex-portable.exe" + - ps: "If (!(Test-Path miktex-portable.exe)){wget http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5719.exe -OutFile ./miktex-portable.exe}" - "7z x miktex-portable.exe * -aot -omiktex > nul" #- cmd: dir .\miktex\miktex\bin From 2eacfa4297aa36798cdb8fe5536e8d11d0386e69 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 30 Oct 2015 14:32:30 +0100 Subject: [PATCH 3/4] Correct cache behavior --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 62d1f658..b69512a2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,4 +45,4 @@ test_script: # Cache Miktex zip install cache: -- C:\projects\patacrep\miktex-portable.exe -> .appveyor.yml +- C:\projects\patacrep\miktex-portable.exe From 83822ce0bd193f23991fe1fcdf16ef4503fa1661 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 30 Oct 2015 14:36:38 +0100 Subject: [PATCH 4/4] Comment out manual compilation --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b69512a2..b789ec39 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,7 +41,8 @@ before_test: test_script: - "tox" - - cmd: lualatex.exe --include-directory="C:\\projects\\patacrep\\test\\test_compilation\\unicode_datadir" --include-directory="C:\\projects\\patacrep\\test\\test_compilation" --include-directory="C:\\projects\\patacrep\\patacrep\\data" C:\\projects\\patacrep\\test\\test_compilation\\datadir.tex + # The following compilation hangs forever... + #- cmd: lualatex.exe --include-directory="C:\\projects\\patacrep\\test\\test_compilation\\unicode_datadir" --include-directory="C:\\projects\\patacrep\\test\\test_compilation" --include-directory="C:\\projects\\patacrep\\patacrep\\data" C:\\projects\\patacrep\\test\\test_compilation\\datadir.tex # Cache Miktex zip install cache: