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