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
ea3b7672
Commit
ea3b7672
authored
Jun 10, 2020
by
Jean-Francois Rey
☕
Browse files
Add win10 R4 CI job
parent
0d1ae614
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea3b7672
...
...
@@ -90,6 +90,21 @@ release-win:
dependencies
:
-
r-windows-build_test
release-winR4
:
stage
:
packages
tags
:
-
"
win10"
-
"
R4"
script
:
-
"
R
CMD
INSTALL
--build
--force-biarch
$(ls
-rt
landsepiDev_*.tar.gz
|tail
-1)"
artifacts
:
paths
:
-
"
$(ls
-rt
landsepiDev_*.zip
|tail
-1)"
rules
:
-
if
:
$CI_COMMIT_TAG !=
null
dependencies
:
-
r-windows-build_test
release-Mac
:
stage
:
packages
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