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
HYCAR-Hydro
airGR
Commits
c639cd6d
Commit
c639cd6d
authored
Nov 03, 2021
by
Dorchies David
Browse files
fic(ci): wrong version tested on benchmark test
- Installation of CRAN version was missing Refs #136
parent
4ff3fce8
Pipeline
#28791
passed with stages
in 38 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c639cd6d
...
...
@@ -27,7 +27,6 @@ default:
stage
:
check
script
:
-
R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
-
R -e 'install.packages(c("microbenchmark", "airGR"), repos = "http://cran.r-project.org")'
.check_not_cran
:
variables
:
...
...
@@ -45,6 +44,8 @@ benchmark_patched:
R_VERSION
:
"
patched"
allow_failure
:
true
script
:
-
R -e 'remotes::update_packages("microbenchmark", repos = "http://cran.r-project.org")'
-
R -e 'install.packages("airGR", repos = "http://cran.r-project.org")'
-
Rscript tests/scheduled_tests/benchmarkRunModel.R
-
R CMD INSTALL .
-
Rscript tests/scheduled_tests/benchmarkRunModel.R
...
...
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