From e6e493496aa19d39413c100ee95f6d9fdd4547f2 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 30 Oct 2015 01:07:17 +0100 Subject: [PATCH] Test appveyor --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4c4a6949..e410d7e9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,6 +21,12 @@ install: # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" + - "pip --version" + + # Download and install MikTeX + - ps: "wget http://mirrors.ctan.org/systems/win32/miktex/setup/basic-miktex-2.9.5721.exe -OutFile ./basic-miktex.exe" + - "./basic-miktex.exe" + build: false # Not a C# project, build stuff at the test step instead.