summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-28 17:53:45 (GMT)
committerGitHub <noreply@github.com>2019-05-28 17:53:45 (GMT)
commit544f30b677d8f36d8aaf64fa0fb83eb28c365c28 (patch)
tree9e6f6c2382af146325937987e2e53b01d56b9096
parent94a8f6cd0ae9b1faa8bab29f6611b2223230f39f (diff)
downloadDoxygen-544f30b677d8f36d8aaf64fa0fb83eb28c365c28.zip
Doxygen-544f30b677d8f36d8aaf64fa0fb83eb28c365c28.tar.gz
Doxygen-544f30b677d8f36d8aaf64fa0fb83eb28c365c28.tar.bz2
Update appveyor.yml
Take over changes from https://github.com/cmorty/doxygen/commit/647ce4713ce0c1c58f37c54f4491d7dff3fa2512
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0cea036..721c4e9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,8 +20,11 @@ init:
- msbuild /version
install:
- - ps: Invoke-WebRequest http://doxygen.nl/testing/miktex.zip -OutFile miktex.zip
- - 7z x miktex.zip -oC:\deps\miktex
+ - appveyor DownloadFile https://miktex.org/download/win/basic-miktex-x32.exe
+ - basic-miktex-x32.exe --unattended --shared
+# Disabled this due to too slow download
+# - ps: Invoke-WebRequest http://doxygen.nl/testing/miktex.zip -OutFile miktex.zip
+# - 7z x miktex.zip -oC:\deps\miktex
# Disabled MikTeX installed due to unreliable download
# - ps: Invoke-WebRequest https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w32.exe -OutFile gswin32c.exe
# - gswin32c /S /D=C:\deps\ghostscript