mirror of
https://github.com/appelmar/gdalcubes.git
synced 2025-02-22 14:54:14 +01:00
44 lines
No EOL
743 B
YAML
44 lines
No EOL
743 B
YAML
language: r
|
|
r:
|
|
- oldrel
|
|
- release
|
|
- devel
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- os: osx
|
|
|
|
dist: xenial
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:ubuntugis/ppa'
|
|
packages:
|
|
- libsqlite3-dev
|
|
- libgdal-dev
|
|
- libnetcdf-dev
|
|
- netcdf-bin
|
|
- libudunits2-dev
|
|
- libcurl4-openssl-dev
|
|
- libmagick++-dev # only needed for animate function
|
|
homebrew:
|
|
packages:
|
|
- pkg-config
|
|
- gdal
|
|
- netcdf
|
|
- sqlite
|
|
- curl
|
|
- libgit2
|
|
- udunits
|
|
- imagemagick@6 # only needed for animate function
|
|
update: true
|
|
|
|
|
|
r_check_args: "--no-manual --no-vignettes --as-cran"
|
|
r_build_args: "--no-build-vignettes"
|
|
warnings_are_errors: false |