-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (38 loc) · 1.4 KB
/
.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
40
41
42
43
44
language: r
dist: bionic
cache: packages
r_github_packages:
- richelbilderbeek/beautier
- richelbilderbeek/beastier
- richelbilderbeek/mauricer
- richelbilderbeek/babette
- richelbilderbeek/tiebeaur
- ropensci/mcbette
- thijsjanzen/nodeSub
- richelbilderbeek/pirouette
before_install:
- echo $TRAVIS_R_VERSION_STRING
# ImageMagick
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:opencpu/imagemagick; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y libmagick++-dev; fi
# Rmpfr
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt install -qq libmpfr-dev; fi
# Java
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then R CMD javareconf; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then R --quiet -e 'install.packages("rJava", type="source", repos="http://cran.us.r-project.org")'; fi
before_script:
- Rscript -e "beastier::install_beast2()"
- Rscript -e "mauricer::install_beast2_pkg(\"NS\")"
script:
- travis_wait 60 ./scripts/rerun.sh
after_success:
- Rscript -e "mcbette::mcbette_report()"
- find .
# Download thesis
- wget https://www.rug.nl/research/portal/files/132028374/Complete_thesis.pdf
after_failure:
- Rscript -e "mcbette::mcbette_report()"
- find .
# Download thesis
- wget https://www.rug.nl/research/portal/files/132028374/Complete_thesis.pdf