blob: a2208479a4aba72c6b526832c308d38b8b2d8cdf [file] [log] [blame]
before_install:
- sudo apt-get -y update
- sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man
- sudo apt-get -y install libtool automake autoconf autoconf-archive
- sudo apt-get -y install texlive-latex-base texlive-latex-recommended
- sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended texinfo
- sudo apt-get -y install python-pygments python-docutils python-sphinx
before_script: ./bootstrap && ./configure
script: make distcheck
language: erlang
otp_release:
- R15B02
- R14B04