Skip to content

Commit d45b7ac

Browse files
committed
close #42: enable AppVeyor just to test the TeX Live installer
1 parent 27d0c30 commit d45b7ac

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
^\.Rproj\.user$
33
^tools$
44
^\.travis\.yml$
5+
^appveyor\.yml$

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TinyTeX
22

33
[![Build Status](https://travis-ci.org/yihui/tinytex.svg)](https://travis-ci.org/yihui/tinytex)
4+
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/yihui/tinytex.svg)](https://ci.appveyor.com/project/yihui/tinytex)
45
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/tinytex)](https://cran.rstudio.org/package=tinytex)
56

67
The installation and maintenance of LaTeX have bothered me for several years. Yes, there are MiKTeX, MacTeX, and TeX Live, but the common problems are:

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
init:
2+
ps: Invoke-WebRequest https://github.com/yihui/tinytex/raw/master/tools/install-windows.bat -OutFile install-windows.bat
3+
4+
build_script:
5+
- install-windows.bat
6+
7+
test_script:
8+
- tlmgr --version
9+
- pdflatex --version
10+
- xelatex --version

0 commit comments

Comments
 (0)