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
f7040f2d
Commit
f7040f2d
authored
Feb 06, 2019
by
jfuser
Browse files
up
parent
991b0d9c
Pipeline
#295
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f7040f2d
...
...
@@ -55,7 +55,7 @@ r-Mac-build:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
artifacts
:
path
:
path
s
:
-
"
$(ls
-rt
landsepi_*.tar.gz
|tail
-1)"
r-Mac-test
:
...
...
@@ -68,7 +68,7 @@ r-Mac-test:
dependencies
:
-
r-Mac-build
artifacts
:
path
:
path
s
:
-
"
$(ls
-rt
landsepi_*.tar.gz
|tail
-1)"
r-windows-build
:
...
...
@@ -81,7 +81,7 @@ r-windows-build:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',roclets=c('rd','collate','namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
artifacts
:
path
:
path
s
:
-
"
$(ls
-rt
landsepi_*.tar.gz
|tail
-1)"
r-windows-test
:
...
...
@@ -95,7 +95,7 @@ r-windows-test:
dependencies
:
-
r-windows-build
artifacts
:
path
:
path
s
:
-
"
$(ls
-rt
landsepi_*.tar.gz
|tail
-1)"
release-win
:
...
...
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