Browse Source

update before install

pull/187/head
Oliverpool 9 years ago
parent
commit
e2a4aed90a
  1. 6
      .appveyor.yml

6
.appveyor.yml

@ -34,12 +34,12 @@ install:
# Update fonts
- cmd: luaotfload-tool.exe --update
# Manually install required texlive packages
- cmd: mpm.exe --install-some texlive_packages.txt
# Update some packages
- cmd: mpm.exe --update-some texlive_packages_updates.txt
# Manually install required texlive packages
- cmd: mpm.exe --install-some texlive_packages.txt
build: false # Not a C# project, build stuff at the test step instead.
before_test:

Loading…
Cancel
Save