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
Feret Jean-Baptiste
biodivMapR
Commits
b3f1fe25
Commit
b3f1fe25
authored
Oct 29, 2019
by
floriandeboissieu
Browse files
remove deploy from appveyor (already in Travis)
parent
b5589a78
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b3f1fe25
...
...
@@ -4,6 +4,8 @@

[

](https://travis-ci.org/jbferet/biodivMapR)
[

](https://ci.appveyor.com/project/jbferet/biodivmapr)
# 1 Install
...
...
appveyor.yml
View file @
b3f1fe25
...
...
@@ -9,36 +9,18 @@ init:
install
:
-
ps
:
Bootstrap
-
cmd
:
Rscript -e "writeLines('options(repos = \'https://cloud.r-project.org\')', '~/.Rprofile')"
-
cmd
:
Rscript -e "getOption('repos')"
-
cmd
:
Rscript -e "if (!requireNamespace('remotes')) install.packages('remotes', type = 'binary')"
-
cmd
:
Rscript -e "if (getRversion() < '3.2' && !requireNamespace('curl')) install.packages('curl', type = 'binary')"
-
cmd
:
Rscript -e "options(pkgType = 'binary'); remotes::install_github('ropenscilabs/tic', upgrade = 'always'); print(tic::dsl_load()); tic::prepare_all_stages()"
before_build
:
Rscript -e "tic::before_install()"
build_script
:
Rscript -e "tic::install()"
after_build
:
Rscript -e "tic::after_install()"
before_test
:
Rscript -e "tic::before_script()"
test_script
:
Rscript -e "tic::script()"
on_success
:
Rscript -e "try(tic::after_success(), silent = TRUE)"
on_failure
:
Rscript -e "tic::after_failure()"
before_deploy
:
Rscript -e "tic::before_deploy()"
deploy_script
:
Rscript -e "tic::deploy()"
after_deploy
:
Rscript -e "tic::after_deploy()"
on_finish
:
Rscript -e "tic::after_script()"
# Adapt as necessary starting from here
#
on_failure:
#
- 7z a failure.zip *.Rcheck\*
#
- appveyor PushArtifact failure.zip
on_failure
:
-
7z a failure.zip *.Rcheck\*
-
appveyor PushArtifact failure.zip
#environment:
# The example below will not work for your repository,
# you need to encrypt your own token.
# Please follow https://ci.appveyor.com/tools/encrypt .
#GITHUB_PAT:
# secure: VXO22OHLkl4YhVIomSMwCZyOTx03Xf2WICaVng9xH7gISlAg8a+qrt1DtFtk8sK5
build_script
:
-
travis-tool.sh install_deps
test_script
:
-
travis-tool.sh run_tests
artifacts
:
-
path
:
'
*.Rcheck\**\*.log'
...
...
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