Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
airGR
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HYCAR-Hydro
airGR
Commits
26b0e4ed
Commit
26b0e4ed
authored
Apr 29, 2020
by
Dorchies David
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
No files found.
.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