Skip to content

Commit

Permalink
Merge pull request #71 from inbo/travisyml
Browse files Browse the repository at this point in the history
Update .travis.yml: use Bionic, install libs
  • Loading branch information
florisvdh authored Jan 11, 2021
2 parents e66e58f + 90f91d6 commit 8b5196d
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
addons:
apt:
sources:
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'
packages:
- libudunits2-dev
- libgdal-dev
- libproj-dev
- libgeos-dev
- libfftw3-dev
- libfribidi-dev

language: r

dist: bionic

cache: packages

r_packages:
- pkgdown

r_github_packages:
- inbo/inborutils

apt_packages:
- libudunits2-dev # For inborutils
- libgdal1-dev # For inborutils
- libfftw3-dev # For watina

after_success:
- R CMD INSTALL . # Install the package to build vignettes
- R CMD INSTALL .
- Rscript -e "pkgdown::build_site(preview = FALSE)"

deploy:
Expand Down

0 comments on commit 8b5196d

Please sign in to comment.