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
R ecosystem
CookBooks
R Packages CI-CD
Commits
24d9f01d
Commit
24d9f01d
authored
Feb 07, 2022
by
Jean-Francois Rey
☕
Browse files
Merge branch 'rcpp' of gitlab.paca.inrae.fr:r-ecosystem/cookbooks/r-packages-ci-cd into rcpp
parents
ccb037ef
04368520
Pipeline
#5130
failed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24d9f01d
...
...
@@ -43,7 +43,7 @@ R-Mac-create:
stage
:
create
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
Rscript
-e
\"
Rcpp::compileAttributes()
\"
"
-
"
Rscript
-e
\"
pkgbuild::compile_dll()
\"
"
...
...
@@ -57,8 +57,7 @@ R-Windows-create:
stage
:
create
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
Rscript
-e
\"
Rcpp::compileAttributes()
\"
"
-
"
Rscript
-e
\"
pkgbuild::compile_dll()
\"
"
...
...
@@ -97,8 +96,9 @@ R-Mac-tests:
stage
:
tests
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
sleep
180"
# time for ntp update
-
"
R
CMD
check
--as-cran
$(ls
-rt
*_*
|tail
-1)"
artifacts
:
paths
:
...
...
@@ -110,8 +110,7 @@ R-Windows-tests:
stage
:
tests
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
R
CMD
check
--as-cran
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
...
...
@@ -138,8 +137,7 @@ release-Windows:
stage
:
build
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
R
CMD
INSTALL
--build
--force-biarch
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
...
...
@@ -154,8 +152,9 @@ release-MacOS:
stage
:
build
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
sleep
180"
# time for ntp update
-
"
R
CMD
INSTALL
--build
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
paths
:
...
...
Write
Preview
Supports
Markdown
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