summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-01 16:03:46 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2018-12-01 16:03:46 (GMT)
commit680b02d0ac0048e9000184a74daaaa8072fa31d6 (patch)
treef7162f02f5449255ae4e266db9dd5835c905e176 /appveyor.yml
parentb0cc6b1f3c9e7f3ca992e59e9da1d2cfc9a5c1d6 (diff)
downloadDoxygen-680b02d0ac0048e9000184a74daaaa8072fa31d6.zip
Doxygen-680b02d0ac0048e9000184a74daaaa8072fa31d6.tar.gz
Doxygen-680b02d0ac0048e9000184a74daaaa8072fa31d6.tar.bz2
Trying to get test 012 to work again with appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e17faa0..bbafb40 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,6 +22,8 @@ init:
install:
- ps: Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.15/win_flex_bison-2.5.15.zip -OutFile flex.zip
- 7z x flex.zip -oC:\deps\flex
+ - 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
@@ -34,7 +36,7 @@ install:
- pip install conan
- conan install libxml2/2.9.8@bincrafters/stable -g virtualrunenv
- activate_run.bat
- - set "PATH=%PATH%;C:\deps\ghostscript\bin;C:\deps\flex"
+ - set "PATH=%PATH%;C:\deps\ghostscript\bin;C:\deps\flex;C:\deps\miktex\miktex\bin"
before_build:
- if "%platform%"=="Win32" ( set "CMAKE_GENERATOR_NAME=Visual Studio %VSVERSION%" )