Skip to content

Commit

Permalink
Add provider to push package artifact to github on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 21, 2020
1 parent 6f89df7 commit 232ba7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ OOSAP.Rcheck*
OOSAP**.tar.gz
OOSAP**.zip
OOSAP.Rproj
.shelf/*
.shelf/*
install.bat
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,14 @@ addons:
- ccache
- r-cran-data.table
- r-cran-kernlab
- python3-pip
- python3-pip

deploy:
- provider: releases
api_key: ${GH_TOKEN}
file_glob: true
file:
- OOSAP_**.tar.gz
skip_cleanup: true
on:
tags: true

0 comments on commit 232ba7c

Please sign in to comment.