Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSIRO-INRA
landsepi
Commits
99235290
Commit
99235290
authored
Jul 19, 2021
by
Jean-Francois Rey
☕
Browse files
change CI/CD runner form acOS and win
parent
dc7c5a8b
Pipeline
#3846
failed with stages
in 15 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99235290
...
...
@@ -34,9 +34,11 @@ r-devel-build_test:
r-Mac-build_test
:
stage
:
build_test
tags
:
-
"
Mac"
-
"
R4"
-
"
MacOS"
-
"
R4.1"
-
"
vmr"
script
:
-
Rcript -e 'install.packages(c("roxygen2", "Rcpp","sp","Matrix","mvtnorm","maptools","fields","splancs","sf","DBI","RSQLite","foreach","parallel","doParallel"))'
-
'
TMPDIR="/tmp"
&&
Rscript
-e
"pkgbuild::compile_dll()"'
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
@@ -49,9 +51,10 @@ r-windows-build_test:
stage
:
build_test
tags
:
-
"
win10"
-
"
R"
-
"
binaries
"
-
"
R
4.1
"
-
"
vmr
"
script
:
-
Rcript -e 'install.packages(c("roxygen2", "Rcpp","sp","Matrix","mvtnorm","maptools","fields","splancs","sf","DBI","RSQLite","foreach","parallel","doParallel"))'
-
"
Rscript
-e
\"
pkgbuild::compile_dll()
\"
"
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
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