You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,6 @@ platform: x64
5
5
cache:
6
6
- c:\miktex -> appveyor.yml
7
7
8
-
install:
9
-
# Install miktex to get pdflatex, if we don't get it from the cache
10
-
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe appveyor DownloadFile http://mirror.utexas.edu/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable.exe
11
-
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe 7z x miktex-portable.exe -oC:\miktex >NUL
12
-
- set "PATH=%PATH%;c:\miktex\texmfs\install\miktex\bin;"
# Install miktex to get pdflatex, if we don't get it from the cache
25
+
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe appveyor DownloadFile http://mirror.utexas.edu/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable.exe
26
+
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe 7z x miktex-portable.exe -oC:\miktex >NUL
27
+
- set "PATH=%PATH%;c:\miktex\texmfs\install\miktex\bin;"
0 commit comments