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
26b0e4ed
Commit
26b0e4ed
authored
Apr 29, 2020
by
Dorchies David
Browse files
ci: rename build packages for differenciating R version they come from
Refs
#55
parent
7b141734
Pipeline
#12629
passed with stages
in 10 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26b0e4ed
...
...
@@ -6,6 +6,7 @@ default:
before_script
:
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
-
rename "s/.${R_VERSION}.t/.t/" airGR_*.tar.gz
.build
:
stage
:
build
...
...
@@ -13,6 +14,7 @@ default:
-
cd ..
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
R CMD build airgr
-
rename "s/.t/.${R_VERSION}.t/" airGR_*.tar.gz
-
mv *.tar.gz airgr/
artifacts
:
untracked
:
true
...
...
@@ -30,6 +32,7 @@ default:
script
:
-
R CMD check --as-cran airGR_*.tar.gz
build_patched
:
variables
:
R_VERSION
:
"
patched"
...
...
Dorchies David
@david.dorchies
mentioned in commit
76efa369
·
Apr 29, 2020
mentioned in commit
76efa369
mentioned in commit 76efa3691b145ca9f36ba2b35a61702ba22f2eb6
Toggle commit list
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