Multiple artifacts

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-28 10:15:31 +00:00
parent 65dd2ac422
commit c9802696ea
1 changed files with 7 additions and 1 deletions

View File

@ -33,7 +33,13 @@ R 3:
- '*.Rcheck/*'
name: 'Latest Rcheck log'
expire_in: '1 month'
artifacts:
paths:
- '/*_*.zip'
- '/*_*.tar.gz'
name: 'Latest built package'
expires_in: '1 year'
R 3.4:
image: rocker/r-ver:3.4 # rocker/r-base
stage: build