Skip to content

Commit 21bb925

Browse files
Merge pull request #3 from thequackdaddy/qpdf
Download QPDF automatically
2 parents 624e51e + 07b14d0 commit 21bb925

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+36
-8627
lines changed

appveyor.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ platform: x64
55
cache:
66
- c:\miktex -> appveyor.yml
77

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;"
13-
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
14-
# this adds this to the registry!
15-
- initexmf --set-config-value "[MPM]AutoInstall=1"
16-
- git submodule update --init --recursive
17-
- ps: Import-Module '.\scripts\appveyor-tool.ps1'
18-
- ps: Bootstrap
19-
- cp -r c:\Rtools\Tcl64 r-source\Tcl
20-
- cp -r qpdf c:\qpdf
21-
228
environment:
239
global:
2410
USE_ATLAS: YES
@@ -29,11 +15,24 @@ environment:
2915
TEXI2DVI: TEXINDEX=C:/Rtools/bin/texindex.exe texify
3016
TEXI2ANY: C:/Perl/bin/perl.exe -IC:/msys64/usr/bin C:/msys64/usr/bin/texi2any
3117
ISDIR: C:/Program Files (x86)/Inno Setup 5
32-
QPDF: C:/qpdf
18+
# QPDF: C:/qpdf
3319
TMPDIR: C:/Users/appveyor/AppData/Local/Temp
3420
CPATH: ../../extsoft/include
3521
EOPTS: -mtune=haswell
3622

23+
install:
24+
# 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;"
28+
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
29+
# this adds this to the registry!
30+
- initexmf --set-config-value "[MPM]AutoInstall=1"
31+
- git submodule update --init --recursive
32+
- ps: Import-Module '.\scripts\appveyor-tool.ps1'
33+
- ps: Bootstrap
34+
- cp -r c:\Rtools\Tcl64 r-source\Tcl
35+
3736
build_script:
3837
- ECHO %PATH%
3938
- cp src/extra/blas/Makefile.win r-source/src/extra/blas/.

qpdf/README.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.
-21.8 KB
Binary file not shown.
-18.3 KB
Binary file not shown.
-19.8 KB
Binary file not shown.
-18.8 KB
Binary file not shown.
-28.3 KB
Binary file not shown.
-22.3 KB
Binary file not shown.
-23.8 KB
Binary file not shown.
-22.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)