blob: f2d519c6421d0b072e44a15f9b59fe892b08d937 [file] [log] [blame]
dist: jammy
language: erlang
otp_release:
- 25.0.2
- 24.3.1
env:
- COUCHDB_BRANCH=main
#- COUCHDB_BRANCH=3.x
sudo: false
addons:
apt:
update: true
packages:
- libmozjs-91-dev
before_install:
# - sudo apt-get install -y curl python
# - curl -sO https://www.foundationdb.org/downloads/6.2.28/ubuntu/installers/foundationdb-clients_6.2.28-1_amd64.deb
# - sudo dpkg -i foundationdb-clients_6.2.28-1_amd64.deb
- git clone --no-single-branch --depth 1 https://github.com/apache/couchdb
before_script:
- cd couchdb
- git checkout origin/${COUCHDB_BRANCH}
- ./configure --spidermonkey-version 91 --disable-docs --disable-fauxton
- cp -r ../!(couchdb) ./src/config
- make
script:
- make eunit apps=config
cache: apt