lmdb-safe/.travis.yml

14 lines
570 B
YAML
Raw Normal View History

2018-12-28 16:35:32 +01:00
language: cpp
sudo: required
dist: trusty
before_script:
- sudo apt-get install -yq --no-install-suggests software-properties-common
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -y
2018-12-28 19:25:39 +01:00
- sudo apt-get install -yq --no-install-suggests gcc-5 g++-5 liblmdb-dev libboost-dev libboost-serialization-dev
2018-12-28 16:35:32 +01:00
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install make
script:
- make
- make check