Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed May 16, 2018
1 parent 164f437 commit ffd7c80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ before_build:
- sed -i 's/documentclass\[/documentclass[fontset=fandol, /' thesis.tex

build_script:
- cd c:\texlive\
- ps: cd c:\texlive\
# Get the directory of texlive. E.g. c:\texlive\2018
- ps: $TEXLIVE=$(ls 20* | % {$_.FullName})
- set TEXBIN="$TEXLIVE\bin\win32"
- set PATH=%PATH%;%TEXBIN%
- tlmgr install latexmk ulem fandol
- cd c:\projects\SJTUThesis
- xelatex -no-pdf -halt-on-error thesis
- biber --debug thesis
- ps: set TEXBIN="$TEXLIVE\bin\win32"
- ps: set PATH=%PATH%;%TEXBIN%
- ps: tlmgr install latexmk ulem fandol
- ps: cd c:\projects\SJTUThesis
- ps: xelatex -no-pdf -halt-on-error thesis
- ps: biber --debug thesis

0 comments on commit ffd7c80

Please sign in to comment.