blob: c06d1b13040defb7c71aeb06d825ba1c0bd1ef2e [file] [log] [blame]
language: erlang
otp_release:
- 18.0
- 17.5
- R16B03-1
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install libmozjs-dev
- git clone https://github.com/apache/couchdb
before_script:
- cd couchdb
- ./configure --disable-docs --disable-fauxton
- cp -r ../!(couchdb) ./src/couch
- make
script:
- ./bin/rebar setup_eunit
- BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch
cache: apt