Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
airGRiwrm
Commits
c3aefcc3
Commit
c3aefcc3
authored
Jun 30, 2021
by
Dorchies David
Browse files
ci: install missing latex dependency
parent
0a25add3
Pipeline
#24471
passed with stage
in 5 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c3aefcc3
...
...
@@ -30,8 +30,8 @@ before_script:
.check
:
stage
:
checks
script
:
-
if [[ $NOT_CRAN == "false" ]]; then sudo apt-get update && sudo apt-get install -y qpdf; fi
-
R -e 'rcmdcheck::rcmdcheck(args =
paste("--no-manual",
ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran")
)
, error_on = "warning")'
-
if [[ $NOT_CRAN == "false" ]]; then sudo apt-get update && sudo apt-get install -y
--no-install-recommends texlive-fonts-recommended
qpdf; fi
-
R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "
--no-manual
", "--as-cran"), error_on = "warning")'
check_not_cran
:
variables
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment