forked from carlos-alberto-silva/ForestGapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (35 loc) · 778 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
env:
global:
- PKGNAME=ForestGapR
matrix:
include:
- r: release
os: linux
arch: amd64 # optional, this is default, routes to a full VM
dist: focal # or bionic | xenial | trusty | precise with xenial as default
env: BADGE=linux
cache:
- ccache
- packages
- r: release
os: osx
env:
- BADGE=osx
cache:
- ccache
- packages
- os: windows
env:
- BADGE=windows
language: bash
language: r
deploy:
provider: releases
file_glob: true
file: ${PKGNAME}_${PKGVERSION}_${TRAVIS_OS_NAME}*
overwrite: true
cleanup: true
on:
repo: carlos-alberto-silva/ForestGapR
tags: true