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
1182fcb1
Commit
1182fcb1
authored
Jan 12, 2018
by
jfuser
Browse files
update ci with windows compilation OK and artifact at tags
parent
05099911
Pipeline
#85
failed with stage
in 5 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1182fcb1
...
...
@@ -23,3 +23,32 @@ package-windows:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',roclets=c('rd','collate','namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
-
"
R
CMD
INSTALL
--build
--force-biarch
$(ls
-rt
landsepi_*
|tail
-1)"
release-win
:
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
script
:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',roclets=c('rd','collate','namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
-
"
R
CMD
INSTALL
--build
--force-biarch
$(ls
-rt
landsepi_*
|tail
-1)"
artifacts
:
paths
:
-
"
$(ls
-rt
landsepi_*.zip
|tail
-1)"
only
:
-
tags
release-package
:
tags
:
-
"
r-base-biosp"
script
:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
-
"
R
CMD
check
--as-cran
$(ls
-rt
landsepi_*
|tail
-1)"
artifacts
:
paths
:
-
"
$(ls
-rt
landsepi_*
|tail
-1)"
only
:
-
tags
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