forked from brucemiller/LaTeXML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
31 lines (26 loc) · 834 Bytes
/
.appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cache:
- C:\strawberry
- C:\miktex
environment:
matrix:
- setup: "miktex"
- setup: "bare"
matrix:
fast_finish: true
install:
# Install miktex to get pdflatex, if we don't get it from the cache
- if "%setup%"=="miktex" choco install -y miktex
- cmd: refreshenv
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
# this adds this to the registry!
- if "%setup%"=="miktex" initexmf --admin --enable-installer --verbose --set-config-value "[MPM]AutoInstall=1"
- cmd: refreshenv
- if not exist "C:\strawberry" choco install strawberryperl -y
- set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%
- cpanm --quiet --installdeps --with-develop --notest .
build_script:
- perl Makefile.PL
- gmake
test_script:
- gmake test