File: test-ci.R

package info (click to toggle)
r-cran-tinytex 0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: sh: 13; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
# run tests on CI servers (these tests depend on TeX Live)
if (!is.na(Sys.getenv('CI', NA)) && tinytex:::tlmgr_available()) testit::test_pkg('tinytex', 'test-ci')