Skip to content

Commit

Permalink
add $HOME/bin to $PATH, and print out the version of Pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed May 18, 2020
1 parent 65fd212 commit 089819e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ for:
- ./tools/install-unx.sh

test_script:
- export PATH="$HOME/bin:$PATH"
- Rscript "tools/test-basic.R"
- tar zcf TinyTeX.tar.gz -C ~ .TinyTeX

Expand Down
2 changes: 1 addition & 1 deletion tools/test-basic.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for (i in c('tlmgr', 'pdflatex', 'xelatex')) {
for (i in c('tlmgr', 'pdflatex', 'xelatex', 'pandoc')) {
cat('\nThe version of', i, '\n\n')
system2(i, '--version')
}
Expand Down

0 comments on commit 089819e

Please sign in to comment.